Skip to content

Commit c4b210e

Browse files
committed
Remove outdated comments
1 parent 5c4c412 commit c4b210e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

compiler/src/dotty/tools/repl/ReplCompiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class ReplCompiler extends Compiler {
280280
if (errorsAllowed || !ctx.reporter.hasErrors)
281281
unwrapped(unit.tpdTree, src)
282282
else
283-
ctx.reporter.removeBufferedMessages.errors // Workaround #4988
283+
ctx.reporter.removeBufferedMessages.errors
284284
}
285285
}
286286
}

tasty/src/dotty/tools/tasty/TastyFormat.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Standard-Section: "ASTs" TopLevelStat*
7474
SPLITCLAUSE -- splits two non-empty parameter clauses of the same kind
7575
Param = TypeParam
7676
TermParam
77-
-- needed if previous parameter clause is empty or another parameter clause follows
7877
Template = TEMPLATE Length TypeParam* TermParam* parent_Term* Self?
7978
Stat* -- [typeparams] paramss extends parents { self => stats }, where Stat* always starts with the primary constructor.
8079
Self = SELFDEF selfName_NameRef selfType_Term -- selfName : selfType

0 commit comments

Comments
 (0)