diff options
author | Max Horn | 2010-11-01 16:42:31 +0000 |
---|---|---|
committer | Max Horn | 2010-11-01 16:42:31 +0000 |
commit | 963cf0b08af73d1f05af67f132b23e7dff273290 (patch) | |
tree | 769a49e139099145d3bb8b436234f36798926353 /common/hashmap.h | |
parent | eefa151d70c66558d4f40b41a32b1e0df30c1d89 (diff) | |
download | scummvm-rg350-963cf0b08af73d1f05af67f132b23e7dff273290.tar.gz scummvm-rg350-963cf0b08af73d1f05af67f132b23e7dff273290.tar.bz2 scummvm-rg350-963cf0b08af73d1f05af67f132b23e7dff273290.zip |
COMMON: Disable DEBUG_HASH_COLLISIONS (oops)
svn-id: r54013
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 |