diff options
-rw-r--r-- | Zend/zend_API.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h index d1535a3ed6..c8ba5e6715 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -240,9 +240,6 @@ ZEND_API int add_property_stringl(zval *arg, char *key, char *str, uint length, \ if (zend_hash_find(symtable, (name), (name_length), (void **) &orig_var)==SUCCESS \ && PZVAL_IS_REF(*orig_var)) { \ - int locks = (*orig_var)->EA.locks; \ - int refcount = (*orig_var)->refcount; \ - \ var->refcount = (*orig_var)->refcount; \ var->EA.locks = (*orig_var)->EA.locks; \ var->EA.is_ref = 1; \ |