From: Anatol Belski Date: Thu, 18 Sep 2014 15:01:39 +0000 (+0200) Subject: ups, this is not needed X-Git-Tag: POST_NATIVE_TLS_MERGE^2~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb848ebd005624f95b7d019eccb660f43aeb571c;p=php ups, this is not needed --- 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;