mirror of
https://github.com/fluencelabs/redis
synced 2025-04-24 18:12:13 +00:00
remove redundant Semicolon
This commit is contained in:
parent
a2732291cd
commit
34d5982bd5
@ -271,7 +271,7 @@ void trackingInvalidateKey(robj *keyobj) {
|
||||
trackingRememberKeyToBroadcast(sdskey,sdslen(sdskey));
|
||||
|
||||
rax *ids = raxFind(TrackingTable,(unsigned char*)sdskey,sdslen(sdskey));
|
||||
if (ids == raxNotFound) return;;
|
||||
if (ids == raxNotFound) return;
|
||||
|
||||
raxIterator ri;
|
||||
raxStart(&ri,ids);
|
||||
|
Loading…
x
Reference in New Issue
Block a user