mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 17:51:21 +00:00
@ -205,8 +205,6 @@ int zslDelete(zskiplist *zsl, double score, robj *obj) {
|
|||||||
zslDeleteNode(zsl, x, update);
|
zslDeleteNode(zsl, x, update);
|
||||||
zslFreeNode(x);
|
zslFreeNode(x);
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
|
||||||
return 0; /* not found */
|
|
||||||
}
|
}
|
||||||
return 0; /* not found */
|
return 0; /* not found */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user