aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-11-01 16:42:31 +0000
committerMax Horn2010-11-01 16:42:31 +0000
commit963cf0b08af73d1f05af67f132b23e7dff273290 (patch)
tree769a49e139099145d3bb8b436234f36798926353
parenteefa151d70c66558d4f40b41a32b1e0df30c1d89 (diff)
downloadscummvm-rg350-963cf0b08af73d1f05af67f132b23e7dff273290.tar.gz
scummvm-rg350-963cf0b08af73d1f05af67f132b23e7dff273290.tar.bz2
scummvm-rg350-963cf0b08af73d1f05af67f132b23e7dff273290.zip
COMMON: Disable DEBUG_HASH_COLLISIONS (oops)
svn-id: r54013
-rw-r--r--common/hashmap.h2
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