Skip to content

Commit e06022f

Browse files
committed
Remove dead code
1 parent 9888e2e commit e06022f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,12 +2973,6 @@ object Parsers {
29732973
case p =>
29742974
p
29752975

2976-
private def warnStarMigration(p: Tree) =
2977-
report.errorOrMigrationWarning(
2978-
em"The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead",
2979-
in.sourcePos(startOffset(p)),
2980-
from = future)
2981-
29822976
/** InfixPattern ::= SimplePattern {id [nl] SimplePattern}
29832977
*/
29842978
def infixPattern(): Tree =

0 commit comments

Comments
 (0)