mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Remove unused variable
This commit is contained in:
committed by
Christoph M. Becker
parent
2f3c0b327f
commit
ef0eb166bc
@@ -190,7 +190,7 @@ static int _display_module_info_def(zval *el) /* {{{ */
|
||||
*/
|
||||
static void php_print_gpcse_array(char *name, uint32_t name_length)
|
||||
{
|
||||
zval *data, *tmp, tmp2;
|
||||
zval *data, *tmp;
|
||||
zend_string *string_key;
|
||||
zend_ulong num_key;
|
||||
zend_string *key;
|
||||
|
||||
Reference in New Issue
Block a user