From: Ilia Alshanetsky Date: Mon, 24 Jan 2011 20:58:09 +0000 (+0000) Subject: removed un-used variable X-Git-Tag: php-5.3.6RC1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e57ad193b2703c46f15a9bdc3b2ed79c6c721e3;p=php removed un-used variable --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 8b34ef4686..1d6bbefe0c 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -3527,7 +3527,6 @@ void date_interval_write_property(zval *object, zval *member, zval *value TSRMLS { php_interval_obj *obj; zval tmp_member, tmp_value; - int found = 0; if (member->type != IS_STRING) { tmp_member = *member;