Skip to content

Commit b635f62

Browse files
Remove commented code
1 parent a302564 commit b635f62

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

library.c

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,19 +1009,8 @@ static void array_zip_values_and_scores(RedisSock *redis_sock, zval *z_tab,
10091009
zval_copy_ctor(z);
10101010
add_assoc_zval_ex(z_ret, hkey, 1+hkey_len, z);
10111011
}
1012-
1013-
/*
1014-
if(use_atof) {
1015-
add_assoc_double_ex(z_ret, hkey, 1+hkey_len, atof(hval));
1016-
} else {
1017-
zval *z = NULL;
1018-
MAKE_STD_ZVAL(z);
1019-
*z = **z_value_pp;
1020-
zval_copy_ctor(z);
1021-
add_assoc_zval_ex(z_ret, hkey, 1+hkey_len, z);
1022-
}*/
1023-
10241012
}
1013+
10251014
/* replace */
10261015
zval_dtor(z_tab);
10271016
*z_tab = *z_ret;

0 commit comments

Comments
 (0)