mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Remove dead global variable 'lru_clock' (#7782)
(cherry picked from commit 86511bbbef
)
This commit is contained in:
parent
2ae7f49115
commit
3efdbbc79c
@ -70,7 +70,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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user