Skip to content

Commit af9c81e

Browse files
xbaselzuiderkwast
andauthored
Update src/evict.c
Co-authored-by: Viktor Söderqvist <[email protected]> Signed-off-by: xbasel <[email protected]>
1 parent 5d44ef1 commit af9c81e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/evict.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ int performEvictions(void) {
638638
j = (++next_db) % server.dbnum;
639639
db = server.db[j];
640640
if (db == NULL) continue;
641-
;
642641
kvstore *kvs;
643642
if (server.maxmemory_policy == MAXMEMORY_ALLKEYS_RANDOM) {
644643
kvs = db->keys;

0 commit comments

Comments
 (0)