very minor cleanup of commented out code

This commit is contained in:
Lee Thomason 2014-11-15 17:55:40 -08:00
parent 03494b189c
commit b2ec17dd5f
1 changed files with 0 additions and 2 deletions

View File

@ -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);