]> granicus.if.org Git - php/commitdiff
- Not needed anymore
authorAndi Gutmans <andi@php.net>
Wed, 5 Apr 2000 20:50:57 +0000 (20:50 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 5 Apr 2000 20:50:57 +0000 (20:50 +0000)
main/php_virtual_cwd.c

index f809c544147aa5b6f1a4f15285797fb9717a17d0..8cb79a8b5664782ab7733b62bf876ed6780761c4 100644 (file)
@@ -348,7 +348,6 @@ CWD_API FILE *virtual_fopen(char *path, const char *mode)
 {
        cwd_state new_state;
        FILE *f;
-       int retval;
        CWDLS_FETCH();
 
        CWD_STATE_COPY(&new_state, &CWDG(cwd));