From: Ilia Alshanetsky Date: Mon, 24 Jan 2011 20:58:09 +0000 (+0000) Subject: removed un-used variable X-Git-Tag: php-5.4.0alpha1~191^2~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05b2d22a001b817c096526d8c6d12cf0cc6be086;p=php removed un-used variable --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 8fe41ab124..f6c7217182 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -3522,7 +3522,6 @@ void date_interval_write_property(zval *object, zval *member, zval *value, const { php_interval_obj *obj; zval tmp_member, tmp_value; - int found = 0; if (member->type != IS_STRING) { tmp_member = *member;