mirror of
https://github.com/akheron/jansson.git
synced 2025-04-07 06:25:02 +00:00
unsed static variable removed
This commit is contained in:
parent
e4cc77ce52
commit
ff57dee13d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue