summaryrefslogtreecommitdiff
path: root/hiredis.c
diff options
context:
space:
mode:
authorgit-hulk <hulk.website@gmail.com>2024-01-31 09:58:40 +0800
committerMichael Grunder <michael.grunder@gmail.com>2024-01-31 12:08:52 -0800
commitab30060a6ed10aca62d8efe9f96c2b7ec05e70f6 (patch)
treeb75333d5fd0daa68e157964b330bdb49bf0250f4 /hiredis.c
parent5b253d89c7cc9593723334e0a45077bd4008d3db (diff)
Fix review comments
Diffstat (limited to 'hiredis.c')
-rw-r--r--hiredis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hiredis.c b/hiredis.c
index 78b2837..739ce2a 100644
--- a/hiredis.c
+++ b/hiredis.c
@@ -217,7 +217,6 @@ static void *createIntegerObject(const redisReadTask *task, long long value) {
parent->type == REDIS_REPLY_MAP ||
parent->type == REDIS_REPLY_ATTR ||
parent->type == REDIS_REPLY_SET ||
- parent->type == REDIS_REPLY_SET ||
parent->type == REDIS_REPLY_PUSH);
parent->element[task->idx] = r;
}