Removing code for unused hash functions.

This commit is contained in:
Robin Sommer 2011-04-01 16:05:19 -07:00
parent 4677174aa4
commit 03c0d587a4
7 changed files with 14 additions and 355 deletions

View file

@ -86,7 +86,6 @@ protected:
int size, hash;
};
extern int hash_cnt_all, hash_cnt_uhash;
extern void init_hash_function();
#endif