Remove unused declarations

This commit is contained in:
Pavlo Yatsukhnenko
2020-03-21 17:04:15 +02:00
parent a42cf189a7
commit bbcf32a37f

View File

@@ -91,19 +91,12 @@
} \
resp_func(INTERNAL_FUNCTION_PARAM_PASSTHRU, c, ctx);
/* For the creation of RedisCluster specific exceptions */
PHP_REDIS_API zend_class_entry *rediscluster_get_exception_base(int root);
/* Create cluster context */
zend_object *create_cluster_context(zend_class_entry *class_type);
/* Free cluster context struct */
void free_cluster_context(zend_object *object);
/* Inittialize our class with PHP */
void init_rediscluster(void);
/* RedisCluster method implementation */
PHP_METHOD(RedisCluster, __construct);
PHP_METHOD(RedisCluster, close);