diff options
Diffstat (limited to 'ext/date/php_date.c')
-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 ba6b215c76..98cb23c29b 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -1993,7 +1993,6 @@ static int php_date_initialize_from_hash(zval **return_value, php_date_obj **dat */ PHP_METHOD(DateTime, __set_state) { - zval *object = getThis(); php_date_obj *dateobj; zval *array; HashTable *myht; |