remove redundant Semicolon
This commit is contained in:
parent
d286c1434a
commit
a2c5f8cfd5
@ -271,7 +271,7 @@ void trackingInvalidateKey(robj *keyobj) {
|
|||||||
trackingRememberKeyToBroadcast(sdskey,sdslen(sdskey));
|
trackingRememberKeyToBroadcast(sdskey,sdslen(sdskey));
|
||||||
|
|
||||||
rax *ids = raxFind(TrackingTable,(unsigned char*)sdskey,sdslen(sdskey));
|
rax *ids = raxFind(TrackingTable,(unsigned char*)sdskey,sdslen(sdskey));
|
||||||
if (ids == raxNotFound) return;;
|
if (ids == raxNotFound) return;
|
||||||
|
|
||||||
raxIterator ri;
|
raxIterator ri;
|
||||||
raxStart(&ri,ids);
|
raxStart(&ri,ids);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user