mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Remove dead global variable 'lru_clock' (#7782)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user