From: Pierrick Charron Date: Wed, 26 May 2010 16:17:15 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: php-5.4.0alpha1~191^2~1418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b9263da935b9c9b76b87d0e87b591a37f6610f1;p=php Remove unused variable --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index d7e9c0ebc9..c96f7a5bf5 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -4735,7 +4735,6 @@ ZEND_METHOD(reflection_property, setValue) zval **variable_ptr; zval *object, name; zval *value; - int setter_done = 0; zval *tmp; METHOD_NOTSTATIC(reflection_property_ptr);