From 05b0ed007e6aef996d0cd4aa15804d468a323c83 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 31 Mar 2006 22:38:27 +0000 Subject: Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my previous commit) svn-id: r21518 --- 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 c67e2292db..55ed4ecc3b 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -80,7 +80,7 @@ uint nextTableSize(uint x); // Enable the following #define if you want to check how many collisions the // 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 /** * HashMap maps objects of type Key to objects of type Val. -- cgit v1.2.3