Skip to content

Commit 89bdaf2

Browse files
Remove a debug line
1 parent 5362d68 commit 89bdaf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,6 @@ redis_serialize(RedisSock *redis_sock, zval *z, char **val, int *val_len TSRMLS_
12761276
break;
12771277
}
12781278

1279-
int tvar = EG(precision);
1280-
12811279
/* return string */
12821280
convert_to_string(z_copy);
12831281
*val = Z_STRVAL_P(z_copy);

0 commit comments

Comments
 (0)