diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-31 18:48:47 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-31 18:48:47 +0000 |
commit | 01c2701a0fa5dbb2480344ae5d7d3e58dc23922b (patch) | |
tree | 93f9b6ddce6238b3ec8f7468ba4a80d47c969cdc /Zend/zend_API.h | |
parent | eb3d12c6dd2c8effbf79a10fa2d75109ec998ed5 (diff) | |
download | php-git-01c2701a0fa5dbb2480344ae5d7d3e58dc23922b.tar.gz |
These aren't necessary
Diffstat (limited to 'Zend/zend_API.h')
-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; \ |