mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Removed unused var.
This commit is contained in:
parent
55b5376d19
commit
ba93fc60af
@ -116,7 +116,6 @@ static void userfilter_dtor(php_stream_filter *thisfilter TSRMLS_DC)
|
||||
zval *obj = (zval*)thisfilter->abstract;
|
||||
zval func_name;
|
||||
zval *retval = NULL;
|
||||
zval **tmp;
|
||||
|
||||
if (obj == NULL) {
|
||||
/* If there's no object associated then there's nothing to dispose of */
|
||||
|
Loading…
Reference in New Issue
Block a user