From cbe4fa444fc50e2735db536456c73d7ccfebe3be Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 9 Oct 2014 23:38:39 +0400 Subject: [PATCH] Removed unused EG(orig_error_reporting) --- Zend/zend_globals.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.50.1