Unverified Commit 86511bbb authored by Wang Yuan's avatar Wang Yuan Committed by GitHub
Browse files

Remove dead global variable 'lru_clock' (#7782)

parent 1c710385
...@@ -71,7 +71,6 @@ double R_Zero, R_PosInf, R_NegInf, R_Nan; ...@@ -71,7 +71,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