From fb848ebd005624f95b7d019eccb660f43aeb571c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 18 Sep 2014 17:01:39 +0200 Subject: [PATCH] ups, this is not needed --- Zend/zend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Zend/zend.c b/Zend/zend.c index 6a53179ada..b646ec2554 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -120,7 +120,6 @@ static HashTable *global_class_table = NULL; static HashTable *global_constants_table = NULL; static HashTable *global_auto_globals_table = NULL; static HashTable *global_persistent_list = NULL; -static zend_string *default_empty_string = NULL; #endif ZEND_API zend_utility_values zend_uv; -- 2.50.1