summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/ael/ael.tab.c')
-rw-r--r--pbx/ael/ael.tab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pbx/ael/ael.tab.c b/pbx/ael/ael.tab.c
index 29e85acf3..8268dd6e2 100644
--- a/pbx/ael/ael.tab.c
+++ b/pbx/ael/ael.tab.c
@@ -3366,7 +3366,6 @@ void yyerror(YYLTYPE *locp, struct parse_io *parseio, char const *s)
static struct pval *npval(pvaltype type, int first_line, int last_line,
int first_column, int last_column)
{
- extern char *my_file;
pval *z = calloc(1, sizeof(struct pval));
z->type = type;
z->startline = first_line;