mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 18:21:20 +00:00
Remove unused global variable
It has an important name, but nothing uses it...
This commit is contained in:
parent
33b37b1400
commit
4bf7c5d0f8
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user