Skip to content

Commit

Permalink
Remove unnecessary initialization:w
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jan 2, 2018
1 parent 6cf9c91 commit a307689
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/standard/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,9 +1079,6 @@ static int php_array_user_key_compare(const void *a, const void *b) /* {{{ */
zval retval;
zend_long result;

ZVAL_NULL(&args[0]);
ZVAL_NULL(&args[1]);

f = (Bucket *) a;
s = (Bucket *) b;

Expand Down

0 comments on commit a307689

Please sign in to comment.