Remove unused global variable

It has an important name, but nothing uses it...
This commit is contained in:
Matt Stancliff 2014-08-01 21:06:26 -04:00 committed by antirez
parent a6edfceaa8
commit 82bac1b729

View File

@ -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.
*