Commit 34d5982b authored by hwware's avatar hwware
Browse files

remove redundant Semicolon

parent a2732291
...@@ -271,7 +271,7 @@ void trackingInvalidateKey(robj *keyobj) { ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment