mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Remove unused declarations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user