diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx index 197999a95e7a..bded3d1f7a38 100644 --- a/idl/source/cmptools/hash.cxx +++ b/idl/source/cmptools/hash.cxx @@ -50,12 +50,6 @@ SvHashTable::SvHashTable( UINT32 nMaxEntries ) SvHashTable::~SvHashTable() { -#ifdef DOS_NIE - printf( "Maximum: %ld, Fllung: %ld\n", (ULONG)nMax, (ULONG)nFill ); - printf( "Anfragen: %ld, Versuche: %ld", (ULONG)lAsk, (ULONG)lTry ); - if( lTry != 0 ) - printf( ", V/E = %ld\n", lTry / lAsk ); -#endif } BOOL SvHashTable::Test_Insert( const void * pElement, BOOL bInsert,