1
0
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:
Ilia Alshanetsky
2008-03-16 15:15:21 +00:00
parent fb86942ce9
commit eb8f83a98e

View File

@@ -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;