diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-10-09 23:38:39 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-10-09 23:38:39 +0400 |
commit | cbe4fa444fc50e2735db536456c73d7ccfebe3be (patch) | |
tree | c29b9ba61a9819a276d57e37b76ba9004a606166 | |
parent | df79b9b27af70afe502979c84a981d36ed9d86a8 (diff) | |
download | php-git-cbe4fa444fc50e2735db536456c73d7ccfebe3be.tar.gz |
Removed unused EG(orig_error_reporting)
-rw-r--r-- | Zend/zend_globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 3e9fba56f1..43abffd1ce 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -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 */ |