X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/fb2feae599e2a190cfc6906ca9a03abc54528b61..d630abcdaf869345fed8fe508774d0318d1d82ff:/src/t_list.c diff --git a/src/t_list.c b/src/t_list.c index adb0c409..7c1b848a 100644 --- a/src/t_list.c +++ b/src/t_list.c @@ -822,7 +822,6 @@ int handleClientsWaitingListPush(redisClient *c, robj *key, robj *ele) { /* This should remove the first element of the "clients" list. */ unblockClientWaitingData(receiver); - redisAssert(ln != listFirst(clients)); if (dstkey == NULL) { /* BRPOP/BLPOP */