Commit 3efdbbc7 authored by Wang Yuan's avatar Wang Yuan Committed by Oran Agra
Browse files

Remove dead global variable 'lru_clock' (#7782)


(cherry picked from commit 86511bbb)
parent 2ae7f491
...@@ -70,7 +70,6 @@ double R_Zero, R_PosInf, R_NegInf, R_Nan; ...@@ -70,7 +70,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 */
volatile unsigned long lru_clock; /* Server global current LRU time. */
/* 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