mirror of
https://github.com/php/php-src.git
synced 2026-04-13 02:52:48 +02:00
Remove unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user