summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r--Zend/zend_variables.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c
index 441a5d29b0..260fb14321 100644
--- a/Zend/zend_variables.c
+++ b/Zend/zend_variables.c
@@ -32,12 +32,6 @@ ZEND_API char *empty_string = ""; /* in order to save emalloc() and efree() time
*/
-ZEND_API inline void var_uninit(zval *var)
-{
- var->type = IS_NULL;
-}
-
-
ZEND_API void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC)
{
if (zvalue->type==IS_LONG) {