Remove unused var

This commit is contained in:
Anatol Belski 2018-10-24 23:37:32 +02:00
parent 22c249347e
commit 40808ac41e

View file

@ -665,7 +665,7 @@ PHP_FUNCTION(get_headers)
char *url; char *url;
size_t url_len; size_t url_len;
php_stream *stream; php_stream *stream;
zval *prev_val, *hdr = NULL, *h; zval *prev_val, *hdr = NULL;
zend_long format = 0; zend_long format = 0;
zval *zcontext = NULL; zval *zcontext = NULL;
php_stream_context *context; php_stream_context *context;