1
0
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:
Gabriel Caruso
2018-02-05 18:40:11 -02:00
committed by Christoph M. Becker
parent 2f3c0b327f
commit ef0eb166bc

View File

@@ -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;