]> granicus.if.org Git - php/commitdiff
drop unused var
authorAntony Dovgal <tony2001@php.net>
Fri, 11 Jul 2008 09:11:18 +0000 (09:11 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 11 Jul 2008 09:11:18 +0000 (09:11 +0000)
ext/phar/func_interceptors.c

index efc07dc4bb92c28c7ad29fbe45c3779c163989e9..266bbb0d8ad4acbf3a5c23264891debfb995fe41 100644 (file)
@@ -1036,8 +1036,6 @@ PharFileFunction(phar_stat, FS_STAT, orig_stat)
 /* {{{ void phar_intercept_functions(TSRMLS_D) */
 void phar_intercept_functions(TSRMLS_D)
 {
-       zend_function *orig;
-
        if (!PHAR_G(request_init)) {
                PHAR_G(cwd) = NULL;
                PHAR_G(cwd_len) = 0;