Skip to content

Commit bb8e5b5

Browse files
committed
Removed unused definition
1 parent 91134f7 commit bb8e5b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,8 +1038,6 @@ class Definitions {
10381038
lazy val PolyFunctionClass = ctx.requiredClass("scala.PolyFunction")
10391039
def PolyFunctionType = PolyFunctionClass.typeRef
10401040

1041-
private lazy val TupleTypes: Set[TypeRef] = TupleType.toSet
1042-
10431041
/** If `cls` is a class in the scala package, its name, otherwise EmptyTypeName */
10441042
def scalaClassName(cls: Symbol)(implicit ctx: Context): TypeName =
10451043
if (cls.isClass && cls.owner == ScalaPackageClass) cls.asClass.name else EmptyTypeName

0 commit comments

Comments
 (0)