Kaydet (Commit) 4d30744f authored tarafından Laurent Charrière's avatar Laurent Charrière Kaydeden (comit) Michael Meeks

Delete commented out code in ure/xml2cmp

Signed-off-by: 's avatarLaurent Charrière <lcharriere@gmail.com>
üst 9bde2236
......@@ -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();
......
......@@ -213,7 +213,6 @@ Create_TypeInfo( const char * o_sOutputFile,
if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) )
continue;
delete pLastHeapTop;
// pLastHeapTop = 0;
}
pLastHeapTop = pHeapTop;
......
......@@ -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++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment