From 963cf0b08af73d1f05af67f132b23e7dff273290 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 1 Nov 2010 16:42:31 +0000 Subject: COMMON: Disable DEBUG_HASH_COLLISIONS (oops) svn-id: r54013 --- common/hashmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit v1.2.3