]> granicus.if.org Git - php/commitdiff
Remove unused variable
authorGabriel Caruso <carusogabriel34@gmail.com>
Mon, 5 Feb 2018 20:40:11 +0000 (18:40 -0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 6 Feb 2018 13:33:04 +0000 (14:33 +0100)
ext/standard/info.c

index e52b6221442f42744cb2fd4469b3bb1933ffb1f6..f0c8bcfd7b56bef5328802bd18f07fb1c1ebb258 100644 (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;