summaryrefslogtreecommitdiff
path: root/src/packrat-lexer.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat-lexer.adb')
-rw-r--r--src/packrat-lexer.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/packrat-lexer.adb b/src/packrat-lexer.adb
index 256341e..319e05c 100644
--- a/src/packrat-lexer.adb
+++ b/src/packrat-lexer.adb
@@ -47,7 +47,6 @@ package body Packrat.Lexer is
Context.Result_So_Far.Append (Gen_Tokens.Create
(Label,
Context.Position + Context.Offset,
- Current_Result.Finish + Context.Offset,
Input (Context.Position .. Current_Result.Finish)));
if Current_Result.Finish = 0 then
Context.Empty_Labels.Insert (Label);