From: Zeev Suraski Date: Wed, 4 Feb 2004 23:28:40 +0000 (+0000) Subject: Remove double initialization X-Git-Tag: php-5.0.0b4RC1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ac17fa95da370fa81bce7ed673004628402480;p=php Remove double initialization --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index c443678f47..fb2b2b7082 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -182,8 +182,6 @@ void init_executor(TSRMLS_D) EG(scope) = NULL; - EG(current_execute_data) = NULL; - EG(This) = NULL; EG(float_separator)[0] = '.';