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