diff --git a/src/t_list.c b/src/t_list.c index 47c927db76ad..b85cd2c1c4da 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 */