unsed static variable removed

This commit is contained in:
Andrea Marchesini 2011-09-20 11:46:29 +02:00
parent e4cc77ce52
commit ff57dee13d

View File

@ -62,7 +62,6 @@ static size_t primes[] = {
12582917, 25165843, 50331653, 100663319, 201326611, 402653189,
805306457, 1610612741
};
static const size_t num_primes = sizeof(primes) / sizeof(size_t);
static JSON_INLINE size_t num_buckets(hashtable_t *hashtable)
{