diff --git a/src/redis.c b/src/redis.c index 6a2e95e9d..c1b269596 100644 --- a/src/redis.c +++ b/src/redis.c @@ -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. *