Remove dead global variable 'lru_clock' (#7782)
(cherry picked from commit 86511bbbefaeca7be4c7c39d65fd15e4549939ec)
This commit is contained in:
parent
2ae7f49115
commit
3efdbbc79c
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user