Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-08-28 13:36:37 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-08-28 13:36:37 +0300
commite5660be4c62d8afbae1fd2305e674f7711926098 (patch)
tree4d950384af461cb2170f779ae63f25f86a9ab3f9 /redis_array.c
parent3c60e1f8bfdbd2edab89803c3ab173109e951af1 (diff)
More arginfo for RedisCluster + remove duplicates
Diffstat (limited to 'redis_array.c')
-rw-r--r--redis_array.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/redis_array.c b/redis_array.c
index 9a5c19ae..ead1da2a 100644
--- a/redis_array.c
+++ b/redis_array.c
@@ -41,9 +41,6 @@
extern zend_class_entry *redis_ce;
zend_class_entry *redis_array_ce;
-ZEND_BEGIN_ARG_INFO_EX(arginfo_void, 0, 0, 0)
-ZEND_END_ARG_INFO()
-
ZEND_BEGIN_ARG_INFO_EX(arginfo_ctor, 0, 0, 1)
ZEND_ARG_INFO(0, name_or_hosts)
ZEND_ARG_ARRAY_INFO(0, options, 0)