mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused global
This commit is contained in:
parent
808029c049
commit
d694e43c86
2 changed files with 11 additions and 12 deletions
|
@ -137,10 +137,9 @@ ZEND_BEGIN_MODULE_GLOBALS(output)
|
|||
zend_stack handlers;
|
||||
php_output_handler *active;
|
||||
php_output_handler *running;
|
||||
const char *output_start_filename; /* TODO: Unused, remove */
|
||||
zend_string *output_start_filename;
|
||||
int output_start_lineno;
|
||||
int flags;
|
||||
zend_string *output_start_filename_str;
|
||||
ZEND_END_MODULE_GLOBALS(output)
|
||||
|
||||
PHPAPI ZEND_EXTERN_MODULE_GLOBALS(output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue