Skip to content

Commit 17cad8b

Browse files
Remove unused variable
1 parent 010336d commit 17cad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ PHP_REDIS_API int
18181818
redis_unpack(RedisSock *redis_sock, const char *val, int val_len, zval *z_ret TSRMLS_DC)
18191819
{
18201820
char *data;
1821-
int i, ret;
1821+
int i;
18221822
uint32_t res;
18231823

18241824
switch (redis_sock->compression) {

0 commit comments

Comments
 (0)