Browse Source

Removed unused var.

PHP-5.1
Ilia Alshanetsky 21 years ago
parent
commit
ba93fc60af
  1. 1
      ext/standard/user_filters.c

1
ext/standard/user_filters.c

@ -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…
Cancel
Save