Skip to content

Commit f0f341e

Browse files
Remove unused variable
1 parent 6dcc950 commit f0f341e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redis_array_impl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ RedisArray*
3333
ra_load_hosts(RedisArray *ra, HashTable *hosts, long retry_interval, zend_bool b_lazy_connect TSRMLS_DC)
3434
{
3535
int i = 0, host_len, id;
36-
int count = zend_hash_num_elements(hosts);
3736
char *host, *p;
3837
short port;
3938
zval **zpData, z_cons, z_ret;

0 commit comments

Comments
 (0)