summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
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);