Skip to content

Commit b00a315

Browse files
committed
Unused var
1 parent 98bf915 commit b00a315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/var.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static uint32_t zend_hash_recalc_elements(HashTable *ht) /* {{{ */
5050
} ZEND_HASH_FOREACH_END();
5151
return num;
5252
}
53+
/* }}} */
5354

5455
static uint32_t zend_obj_num_elements(HashTable *ht) /* {{{ */
5556
{
@@ -590,7 +591,6 @@ PHPAPI void php_var_export(zval *struc, int level) /* {{{ */
590591
}
591592
/* }}} */
592593

593-
594594
/* {{{ proto mixed var_export(mixed var [, bool return])
595595
Outputs or returns a string representation of a variable */
596596
PHP_FUNCTION(var_export)
@@ -1045,7 +1045,6 @@ PHP_FUNCTION(unserialize)
10451045
php_unserialize_data_t var_hash;
10461046
zval *options = NULL, *classes = NULL;
10471047
HashTable *class_hash = NULL;
1048-
zval *old_rval = return_value;
10491048

10501049
if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|a", &buf, &buf_len, &options) == FAILURE) {
10511050
RETURN_FALSE;

0 commit comments

Comments
 (0)