Remove duplicate definitions

This commit is contained in:
Pavlo Yatsukhnenko
2020-03-19 23:00:25 +02:00
parent 6b82d40ed5
commit a42cf189a7

View File

@@ -5,10 +5,6 @@
#include <php.h>
#include <stddef.h>
/* 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())