diff options
Diffstat (limited to 'src/parser_helper.c')
| -rw-r--r-- | src/parser_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser_helper.c b/src/parser_helper.c index 15dd6e8..5a90df8 100644 --- a/src/parser_helper.c +++ b/src/parser_helper.c @@ -87,7 +87,6 @@ void yyerror(YYLTYPE *yylloc, void *lexer, struct parser *parser, issue.loc = to_src_loc(yylloc); issue.fctx.fbuf = parser->buf; issue.fctx.fname = parser->fname; - issue.offset = parser->buf_offset; src_issue(issue, msg); } |
