1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

Removed unused EG(orig_error_reporting)

This commit is contained in:
Dmitry Stogov
2014-10-09 23:38:39 +04:00
parent df79b9b27a
commit cbe4fa444f

View File

@@ -164,7 +164,6 @@ struct _zend_executor_globals {
JMP_BUF *bailout;
int error_reporting;
int orig_error_reporting;
int exit_status;
HashTable *function_table; /* function symbol table */