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
commitcb086ef99e7c6963aaa2422ec9200489982b5074 (patch)
tree7856e28dfc39ab3e4de719575fe4b2691f4850e2 /idl
parentffa5f51c7c91914c4344db5eed3308c5e55debb9 (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 197999a95e..bded3d1f7a 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,