1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-19 18:41:56 +00:00

Remove unused function

Closes 
This commit is contained in:
Cong Ding
2013-01-13 23:21:06 +01:00
committed by antirez
parent 8c0743d80e
commit ae2cd2e16f

@@ -79,12 +79,6 @@ unsigned int dictIntHashFunction(unsigned int key)
return key;
}
/* Identity hash function for integer keys */
unsigned int dictIdentityHashFunction(unsigned int key)
{
return key;
}
static uint32_t dict_hash_function_seed = 5381;
void dictSetHashFunctionSeed(uint32_t seed) {