diff options
-rw-r--r-- | src/t_list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/t_list.c b/src/t_list.c index 47c927db7..b85cd2c1c 100644 --- a/src/t_list.c +++ b/src/t_list.c @@ -817,7 +817,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 */ |