From 050d7e38ad4163e7fa65e26724d3516ce7b33601 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 15 Apr 2014 15:40:40 +0400 Subject: Cleanup (1-st round) --- Zend/zend_variables.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Zend/zend_variables.h') diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index 848efa3bf4..686c57ecf2 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -95,7 +95,6 @@ ZEND_API void _zval_internal_ptr_dtor_wrapper(zval *zvalue); #endif ZEND_API void zval_add_ref(zval *p); -//??? previously references become regular values when refcount became 1 ZEND_API void zval_add_ref_unref(zval *p); END_EXTERN_C() -- cgit v1.2.1