diff options
Diffstat (limited to 'common/hashmap.h')
-rw-r--r-- | common/hashmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hashmap.h b/common/hashmap.h index 2607828c45..81a136f671 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -35,7 +35,7 @@ * code produces (many collisions indicate either a bad hash function, or a * hash table that is too small). */ -#define DEBUG_HASH_COLLISIONS +//#define DEBUG_HASH_COLLISIONS /** * @def USE_HASHMAP_MEMORY_POOL |