]> 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 8fe41ab124987589b46a68fcaf200ada3793e5df..f6c72171821c2e848d082315d86b1bd837617f48 100644 (file)
@@ -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;