Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Oct 24, 2018
1 parent 22c2493 commit 40808ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/url.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ PHP_FUNCTION(get_headers)
char *url;
size_t url_len;
php_stream *stream;
zval *prev_val, *hdr = NULL, *h;
zval *prev_val, *hdr = NULL;
zend_long format = 0;
zval *zcontext = NULL;
php_stream_context *context;
Expand Down

0 comments on commit 40808ac

Please sign in to comment.