From 96b00553a0ffe6bb34af6ad15e1cfc2bed67bd75 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 3 May 2006 06:49:30 +0000 Subject: Added a simple test for the log system, and switched the multilog to the new singleton system, which unfortunately changed it's API slightly. Now it's not a pointer from the singleton, but I did add a new macro to make most usage of it even easier. --- src/hashtable.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hashtable.cpp') diff --git a/src/hashtable.cpp b/src/hashtable.cpp index 49d9236..d3f9f26 100644 --- a/src/hashtable.cpp +++ b/src/hashtable.cpp @@ -347,7 +347,6 @@ bool HashTable::del( const void *id, int nSkip ) if( nSkip == 0 ) { aTable[nPos].bDeleted = true; -// aTable[nPos]. nSize--; #ifdef HASH_DEBUG_VIS printDebugLine( (const char *)id ); -- cgit v1.2.3