Commit 7df06365 authored by Matt Stancliff's avatar Matt Stancliff Committed by antirez
Browse files

Remove unused global variable

It has an important name, but nothing uses it...
parent d1e91c3f
......@@ -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.
*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment