1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Unused vars

This commit is contained in:
Xinchen Hui
2015-12-14 09:23:01 -08:00
parent 94f3887152
commit 3d3782c328
+1 -2
View File
@@ -110,8 +110,7 @@ static int php_password_salt_to64(const char *str, const size_t str_len, const s
static int php_password_make_salt(size_t length, char *ret) /* {{{ */
{
int buffer_valid = 0;
size_t i, raw_length;
size_t raw_length;
char *buffer;
char *result;