diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-11 17:10:13 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-11 17:10:13 +0000 |
commit | 66c8b08efa641a3d150c0a5c27f8e540003abea0 (patch) | |
tree | 5e9b1d71b9893395122aaf0784c6491b01ea751f | |
parent | b98acd61f1074cb8b1818b5f2d4d5527a7619fdd (diff) | |
download | php-git-66c8b08efa641a3d150c0a5c27f8e540003abea0.tar.gz |
Remove unreferenced variable
-rw-r--r-- | main/fopen_wrappers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index 34983b936b..721ac0b554 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -449,7 +449,6 @@ PHPAPI FILE *php_fopen_with_path(char *filename, char *mode, char *path, char ** { char *exec_fname; int exec_fname_len; - char *filename_dir; ELS_FETCH(); exec_fname = zend_get_executed_filename(ELS_C); |