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
"vscode:/vscode.git/clone" did not exist on "965dc90b72a710b2400184e123316c8d1c8d4cf5"
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;
...
@@ -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.
*
*
...
...
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