Kaydet (Commit) a2d9402d authored tarafından Bálint Dózsa's avatar Bálint Dózsa Kaydeden (comit) Thomas Arnhold

Remove dead code

üst 83fade2f
...@@ -92,8 +92,6 @@ Create_AccessMethod( const char * i_pOutputFileName, ...@@ -92,8 +92,6 @@ Create_AccessMethod( const char * i_pOutputFileName,
break; break;
case '\r': aFile.write( "\\r", 2); case '\r': aFile.write( "\\r", 2);
break; break;
// case '\t': aFile.write( "\\t", 2);
// break;
default: aFile.write( pTrans, 1); default: aFile.write( pTrans, 1);
} }
} /* end for */ } /* end for */
......
...@@ -233,7 +233,6 @@ StreamOut_TypeInfo( std::ostream & o_rOut, ...@@ -233,7 +233,6 @@ StreamOut_TypeInfo( std::ostream & o_rOut,
if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) ) if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) )
continue; continue;
delete pLastHeapTop; delete pLastHeapTop;
// pLastHeapTop = 0;
} }
pLastHeapTop = pHeapTop; pLastHeapTop = pHeapTop;
......
...@@ -55,8 +55,6 @@ class XmlElement ...@@ -55,8 +55,6 @@ class XmlElement
virtual void Insert2Index( virtual void Insert2Index(
Index & o_rIndex ) const; // Default: Does nothing, but can be overwritten. Index & o_rIndex ) const; // Default: Does nothing, but can be overwritten.
// virtual void Put2Dependy() = 0;
const Simstr & Name() const { return sName; } const Simstr & Name() const { return sName; }
protected: protected:
......
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