From a42cf189a776fc43acf47ca519f1d7385cc27f2f Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Thu, 19 Mar 2020 23:00:25 +0200 Subject: [PATCH] Remove duplicate definitions --- redis_cluster.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redis_cluster.h b/redis_cluster.h index 68a0273..b7f4ae0 100644 --- a/redis_cluster.h +++ b/redis_cluster.h @@ -5,10 +5,6 @@ #include #include -/* Redis cluster hash slots and N-1 which we'll use to find it */ -#define REDIS_CLUSTER_SLOTS 16384 -#define REDIS_CLUSTER_MOD (REDIS_CLUSTER_SLOTS-1) - /* Get attached object context */ #define GET_CONTEXT() PHPREDIS_ZVAL_GET_OBJECT(redisCluster, getThis())