Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4d30744f
Kaydet (Commit)
4d30744f
authored
Eki 15, 2010
tarafından
Laurent Charrière
Kaydeden (comit)
Michael Meeks
Eki 15, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Delete commented out code in ure/xml2cmp
Signed-off-by:
Laurent Charrière
<
lcharriere@gmail.com
>
üst
9bde2236
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
dependy.cxx
xml2cmp/source/finder/dependy.cxx
+0
-1
main.cxx
xml2cmp/source/xcd/main.cxx
+0
-1
parse.cxx
xml2cmp/source/xcd/parse.cxx
+0
-4
No files found.
xml2cmp/source/finder/dependy.cxx
Dosyayı görüntüle @
4d30744f
...
...
@@ -104,7 +104,6 @@ DependencyFinder::FindNeededServices( StringVector & o_rLibraries,
aResult_Libraries
.
erase
(
aResult_Libraries
.
begin
(),
aResult_Libraries
.
end
()
);
aResult_Services
.
erase
(
aResult_Services
.
begin
(),
aResult_Services
.
end
()
);
// const ServiceInfo & rSInfo = (*itService).second->FirstImplementation();
Add2Result
(
*
(
*
itService
).
second
);
for
(
std
::
set
<
Simstr
>::
const_iterator
il
=
aResult_Libraries
.
begin
();
...
...
xml2cmp/source/xcd/main.cxx
Dosyayı görüntüle @
4d30744f
...
...
@@ -213,7 +213,6 @@ Create_TypeInfo( const char * o_sOutputFile,
if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) )
continue;
delete pLastHeapTop;
// pLastHeapTop = 0;
}
pLastHeapTop = pHeapTop;
...
...
xml2cmp/source/xcd/parse.cxx
Dosyayı görüntüle @
4d30744f
...
...
@@ -442,10 +442,6 @@ X2CParser::SyntaxError( const char * i_sText )
void
X2CParser
::
TestCurChar
()
{
// if (*text == '\0')
// SyntaxError("unexpected end of file");
// else
if
(
*
text
==
'\n'
)
nFileLine
++
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment