Skip to content

Commit 5bd2942

Browse files
committed
Drop redundant assignment
1 parent 2c74308 commit 5bd2942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/parsing/Parsers.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ object Parsers {
353353
false // it's a statement that might be legal in an outer context
354354
else
355355
in.nextToken() // needed to ensure progress; otherwise we might cycle forever
356-
lastErrorOffset = in.offset
357356
skip()
358357
true
359358

0 commit comments

Comments
 (0)