diff options
author | Andi Gutmans <andi@php.net> | 2000-04-05 20:50:57 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-04-05 20:50:57 +0000 |
commit | 49a34c68117bc121f36fb056eebb09933f27ee11 (patch) | |
tree | 93c20909270a3d58a7170b9a474898957124e894 /main/php_virtual_cwd.c | |
parent | d7dc66bdbd6e33eca18e1768a464e04f76ddbbf1 (diff) | |
download | php-git-49a34c68117bc121f36fb056eebb09933f27ee11.tar.gz |
- Not needed anymore
Diffstat (limited to 'main/php_virtual_cwd.c')
-rw-r--r-- | main/php_virtual_cwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c index f809c54414..8cb79a8b56 100644 --- a/main/php_virtual_cwd.c +++ b/main/php_virtual_cwd.c @@ -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)); |