Remove dead global variable 'lru_clock' (#7782)

This commit is contained in:
Wang Yuan 2020-09-10 22:02:27 +08:00 committed by GitHub
parent 285ef446b0
commit 95595d0636

View File

@ -71,7 +71,6 @@ double R_Zero, R_PosInf, R_NegInf, R_Nan;
/* Global vars */
struct redisServer server; /* Server global state */
volatile unsigned long lru_clock; /* Server global current LRU time. */
/* Our command table.
*