Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
Closes #878
  • Loading branch information
ccding authored and antirez committed Aug 18, 2014
1 parent 100c331 commit 18ca831
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dict.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 18ca831

Please sign in to comment.