aboutsummaryrefslogtreecommitdiff
path: root/src/parser_helper.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-08 22:22:58 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-08 22:22:58 +0300
commitde86179798fe6d84c8ada1f1414f4def1ba52c3a (patch)
tree52c521b6b57338345d4d5d57e96865113fa03892 /src/parser_helper.c
parent93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0 (diff)
downloadek-de86179798fe6d84c8ada1f1414f4def1ba52c3a.tar.gz
ek-de86179798fe6d84c8ada1f1414f4def1ba52c3a.zip
low hanging documentation
Diffstat (limited to 'src/parser_helper.c')
-rw-r--r--src/parser_helper.c1
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);
}