mirror of https://mirror.osredm.com/root/redis.git
Remove dead global variable 'lru_clock' (#7782)
This commit is contained in:
parent
1c71038540
commit
86511bbbef
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue