]> granicus.if.org Git - php/commitdiff
Removed unused var.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 12 Jun 2005 17:07:20 +0000 (17:07 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 12 Jun 2005 17:07:20 +0000 (17:07 +0000)
ext/standard/user_filters.c

index b45c4f98a180b2bd2e7fa42ff5351ad362b23373..bb42305f9c67caafce273fcd1bce233833454def 100644 (file)
@@ -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 */