]> granicus.if.org Git - php/commitdiff
removed un-used variable
authorIlia Alshanetsky <iliaa@php.net>
Mon, 24 Jan 2011 20:58:09 +0000 (20:58 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 24 Jan 2011 20:58:09 +0000 (20:58 +0000)
ext/date/php_date.c

index 8b34ef46862683ea235bf9661856677540df6012..1d6bbefe0c4914cf8dcac79b0b65ea6e09e20c82 100644 (file)
@@ -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;