Explorar el Código

very minor cleanup of commented out code

Lee Thomason hace 11 años
padre
commit
b2ec17dd5f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      xmltest.cpp

+ 0 - 2
xmltest.cpp

@@ -1442,12 +1442,10 @@ int main( int argc, const char ** argv )
 
 	#if defined( _MSC_VER ) &&  defined( DEBUG )
 		_CrtMemCheckpoint( &endMemState );
-		//_CrtMemDumpStatistics( &endMemState );
 
 		_CrtMemState diffMemState;
 		_CrtMemDifference( &diffMemState, &startMemState, &endMemState );
 		_CrtMemDumpStatistics( &diffMemState );
-		//printf( "new total=%d\n", gNewTotal );
 	#endif
 
 	printf ("\nPass %d, Fail %d\n", gPass, gFail);