diff --git a/src/redis.c b/src/redis.c index 2b3cf154..48eca652 100644 --- a/src/redis.c +++ b/src/redis.c @@ -65,7 +65,6 @@ double R_Zero, R_PosInf, R_NegInf, R_Nan; /* Global vars */ struct redisServer server; /* server global state */ -struct redisCommand *commandTable; /* Our command table. *