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:
authormichael-grunder <michael.grunder@gmail.com>2016-03-31 15:39:14 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-03-31 15:39:14 +0300
commit200afe660cf2fb033f86fa1f3f9d316e40fe68ea (patch)
treeb14c533e1a7b9dd017fac37374cf1f752fd8cb17 /cluster_library.h
parentccecc62d210b19ae5dd105dc3b02315038ce6130 (diff)
Merging in logic from #777 to shuffle cluster seeds
Diffstat (limited to 'cluster_library.h')
-rw-r--r--cluster_library.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cluster_library.h b/cluster_library.h
index a265396e..f8266757 100644
--- a/cluster_library.h
+++ b/cluster_library.h
@@ -458,8 +458,6 @@ int mbulk_resp_loop_zipdbl(RedisSock *redis_sock, zval *z_result,
int mbulk_resp_loop_assoc(RedisSock *redis_sock, zval *z_result,
long long count, void *ctx TSRMLS_DC);
-static void fyshuffle(int *array, size_t len);
-
#endif
/* vim: set tabstop=4 softtabstops=4 noexpandtab shiftwidth=4: */