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
333c98c4
Commit
333c98c4
authored
Jun 19, 2018
by
antirez
Browse files
AOF: remove no longer used variable "now".
parent
e94b2053
Changes
1
Show whitespace changes
Inline
Side-by-side
src/aof.c
View file @
333c98c4
...
@@ -1221,7 +1221,6 @@ int rewriteAppendOnlyFileRio(rio *aof) {
...
@@ -1221,7 +1221,6 @@ int rewriteAppendOnlyFileRio(rio *aof) {
dictIterator
*
di
=
NULL
;
dictIterator
*
di
=
NULL
;
dictEntry
*
de
;
dictEntry
*
de
;
size_t
processed
=
0
;
size_t
processed
=
0
;
long
long
now
=
mstime
();
int
j
;
int
j
;
for
(
j
=
0
;
j
<
server
.
dbnum
;
j
++
)
{
for
(
j
=
0
;
j
<
server
.
dbnum
;
j
++
)
{
...
...
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