Remove DOS_NIE
This commit is contained in:
parent
bc1ac38919
commit
2b8f676617
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue