summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-11 17:10:13 +0000
committerZeev Suraski <zeev@php.net>2001-07-11 17:10:13 +0000
commit66c8b08efa641a3d150c0a5c27f8e540003abea0 (patch)
tree5e9b1d71b9893395122aaf0784c6491b01ea751f /main
parentb98acd61f1074cb8b1818b5f2d4d5527a7619fdd (diff)
downloadphp-git-66c8b08efa641a3d150c0a5c27f8e540003abea0.tar.gz
Remove unreferenced variable
Diffstat (limited to 'main')
-rw-r--r--main/fopen_wrappers.c1
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);