diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2011-01-24 20:58:09 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2011-01-24 20:58:09 +0000 |
| commit | 05b2d22a001b817c096526d8c6d12cf0cc6be086 (patch) | |
| tree | 669517a8be75eef55465abe068189a8a490acf9e | |
| parent | 334c7417fb580cc88dc1e9bf556eb6d9b30e102a (diff) | |
| download | php-git-05b2d22a001b817c096526d8c6d12cf0cc6be086.tar.gz | |
removed un-used variable
| -rw-r--r-- | ext/date/php_date.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
