"vscode:/vscode.git/clone" did not exist on "28dfdca7335721de53ab296d80f005d7a7d2aa8c"
Commit 4bf7c5d0 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 33b37b14
...@@ -65,7 +65,6 @@ double R_Zero, R_PosInf, R_NegInf, R_Nan; ...@@ -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.
* *
......
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