Skip to content

Commit

Permalink
Remove unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Mar 21, 2020
1 parent a42cf18 commit bbcf32a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions redis_cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bbcf32a

Please sign in to comment.