Skip to content

Commit bf997c3

Browse files
author
Ilia Alshanetsky
committed
Removed unused variable.
1 parent 7f5950f commit bf997c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_objects_API.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ ZEND_API void zend_objects_proxy_clone(zend_proxy_object *object, zend_proxy_obj
218218
ZEND_API zval *zend_object_create_proxy(zval *object, zval *member TSRMLS_DC)
219219
{
220220
zend_proxy_object *pobj = emalloc(sizeof(zend_proxy_object));
221-
zval *retval, **pretval;
221+
zval *retval;
222222

223223
pobj->object = object;
224224
pobj->property = member;

0 commit comments

Comments
 (0)