Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
86511bbb
Unverified
Commit
86511bbb
authored
Sep 10, 2020
by
Wang Yuan
Committed by
GitHub
Sep 10, 2020
Browse files
Remove dead global variable 'lru_clock' (#7782)
parent
1c710385
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
86511bbb
...
...
@@ -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.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment