Skip to content

Commit 26cb6f8

Browse files
committed
Remove unused methods depending on scala-reflect
1 parent 6fac03c commit 26cb6f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/src/dotty/tools/dotc/util/FreshNameCreator.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import scala.collection.mutable
66

77
trait FreshNameCreator {
88
def newName(prefix: String = ""): String
9-
10-
@deprecated("use newName(prefix)", "2.9.0")
11-
def newName(pos: scala.reflect.internal.util.Position, prefix: String): String = newName(prefix)
12-
@deprecated("use newName()", "2.9.0")
13-
def newName(pos: scala.reflect.internal.util.Position): String = newName()
149
}
1510

1611
object FreshNameCreator {

0 commit comments

Comments
 (0)