1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

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;
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;