Skip to content

Commit 8d6d28d

Browse files
committed
Merge branch 'PHP-7.0'
2 parents e102028 + 3d3782c commit 8d6d28d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/password.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ static int php_password_salt_to64(const char *str, const size_t str_len, const s
110110

111111
static int php_password_make_salt(size_t length, char *ret) /* {{{ */
112112
{
113-
int buffer_valid = 0;
114-
size_t i, raw_length;
113+
size_t raw_length;
115114
char *buffer;
116115
char *result;
117116

0 commit comments

Comments
 (0)