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
9d046af1
"vscode:/vscode.git/clone" did not exist on "5ab2c31189bc534c53418fd74afdbf0e70088fd6"
Commit
9d046af1
authored
Jan 13, 2013
by
Cong Ding
Committed by
antirez
Aug 26, 2014
Browse files
Remove unused function
Closes #878
parent
55672e06
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dict.c
View file @
9d046af1
...
...
@@ -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