Remove DOS_NIE

This commit is contained in:
Thomas Arnhold 2011-02-15 19:14:31 +01:00
parent bc1ac38919
commit 2b8f676617

View file

@ -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,