aboutsummaryrefslogtreecommitdiff
path: root/src/hashtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashtable.cpp')
-rw-r--r--src/hashtable.cpp1
1 files changed, 0 insertions, 1 deletions
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 )
347 if( nSkip == 0 ) 347 if( nSkip == 0 )
348 { 348 {
349 aTable[nPos].bDeleted = true; 349 aTable[nPos].bDeleted = true;
350// aTable[nPos].
351 nSize--; 350 nSize--;
352#ifdef HASH_DEBUG_VIS 351#ifdef HASH_DEBUG_VIS
353 printDebugLine( (const char *)id ); 352 printDebugLine( (const char *)id );