Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Nov 29, 2003
1 parent cf196ac commit 68e218e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/simplexml/simplexml.c
Expand Up @@ -1406,7 +1406,6 @@ SXE_METHOD(getChildren)
{
php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);

// REPLACE_ZVAL_VALUE(&return_value, sxe->iter.data, 0);
return_value->type = IS_OBJECT;
return_value->value.obj = zend_objects_store_clone_obj(sxe->iter.data TSRMLS_CC);
}
Expand Down

0 comments on commit 68e218e

Please sign in to comment.