From dba3a153a7ac9a1ec81e8f3034714d4900235a00 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 10 Mar 2011 16:53:20 +0100 Subject: [PATCH] Remove comment --- src/t_zset.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/t_zset.c b/src/t_zset.c index 1ef5e991..b77a3424 100644 --- a/src/t_zset.c +++ b/src/t_zset.c @@ -810,12 +810,6 @@ void zsConvert(robj *zobj, int encoding) { * Sorted set commands *----------------------------------------------------------------------------*/ -// if (zobj->encoding == REDIS_ENCODING_ZIPLIST) { -// } else if (zobj->encoding == REDIS_ENCODING_RAW) { -// } else { -// redisPanic("Unknown sorted set encoding"); -// } - /* This generic command implements both ZADD and ZINCRBY. */ void zaddGenericCommand(redisClient *c, int incr) { static char *nanerr = "resulting score is not a number (NaN)"; -- 2.45.2