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
82bac1b7
Commit
82bac1b7
authored
Aug 01, 2014
by
Matt Stancliff
Committed by
antirez
Aug 18, 2014
Browse files
Remove unused global variable
It has an important name, but nothing uses it...
parent
a6edfcea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
82bac1b7
...
...
@@ -66,7 +66,6 @@ double R_Zero, R_PosInf, R_NegInf, R_Nan;
/* Global vars */
struct
redisServer
server
;
/* server global state */
struct
redisCommand
*
commandTable
;
/* Our command table.
*
...
...
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