From 3b2b080cbcdcadb97f9dd2db1a6e9e4200c34023 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 22 Dec 2016 00:38:47 +0100 Subject: Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) --- sapi/phpdbg/phpdbg_list.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg_list.h') diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h index c011b9598a..62ded66cf0 100644 --- a/sapi/phpdbg/phpdbg_list.h +++ b/sapi/phpdbg/phpdbg_list.h @@ -42,7 +42,6 @@ void phpdbg_init_list(void); void phpdbg_list_update(void); typedef struct { - char *filename; char *buf; size_t len; #if HAVE_MMAP -- cgit v1.2.1