summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 19:14:31 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 23:18:50 +0100
commit2b8f676617fb787fb1391a27ec3583bbc249a73b (patch)
tree971b5f2ab8ed54e9ba8c4d94c6f87be32e8640a4 /idl
parentbc1ac38919e9f9085767f060d4d8fdf902b80503 (diff)
Remove DOS_NIE
Diffstat (limited to 'idl')
-rw-r--r--idl/source/cmptools/hash.cxx6
1 files changed, 0 insertions, 6 deletions
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, Fllung: %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,