Skip to content

Commit 3007026

Browse files
committed
Remove TODO
1 parent 9e80b6d commit 3007026

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_lazy_objects.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ static zend_object *zend_lazy_object_init_proxy(zend_object *obj)
469469

470470
/* unset() properties of the proxy. This ensures that all accesses are be
471471
* delegated to the backing instance from now on. */
472-
// TODO: test that props are undef after initialization
473472
zend_object_dtor_dynamic_properties(obj);
474473
obj->properties = NULL;
475474

0 commit comments

Comments
 (0)