Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
18ca8318
Commit
18ca8318
authored
Jan 13, 2013
by
Cong Ding
Committed by
antirez
Aug 18, 2014
Browse files
Remove unused function
Closes #878
parent
100c3315
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dict.c
View file @
18ca8318
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment