summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r--ext/simplexml/simplexml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c
index fa15b563ae..6a12e130b0 100644
--- a/ext/simplexml/simplexml.c
+++ b/ext/simplexml/simplexml.c
@@ -265,7 +265,6 @@ sxe_property_get_ptr(zval *object, zval *member TSRMLS_DC)
property_ptr = emalloc(sizeof(zval **));
property = sxe_property_read(object, member TSRMLS_CC);
- //zval_add_ref(&property);
*property_ptr = property;