File tree 1 file changed +0
-2
lines changed
compiler/src/dotty/tools/dotc/core 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,6 @@ class Definitions {
680
680
def FunctionClassPerRun = new PerRun [Array [Symbol ]](implicit ctx => ImplementedFunctionType .map(_.symbol.asClass))
681
681
682
682
lazy val TupleType = mkArityArray(" scala.Tuple" , MaxTupleArity , 2 )
683
- lazy val ProductNType = mkArityArray(" scala.Product" , MaxTupleArity , 0 )
684
683
685
684
def FunctionClass (n : Int )(implicit ctx : Context ) =
686
685
if (n < MaxImplementedFunctionArity ) FunctionClassPerRun ()(ctx)(n)
@@ -698,7 +697,6 @@ class Definitions {
698
697
else FunctionClass (n).typeRef
699
698
700
699
private lazy val TupleTypes : Set [TypeRef ] = TupleType .toSet
701
- private lazy val ProductTypes : Set [TypeRef ] = ProductNType .toSet
702
700
703
701
/** If `cls` is a class in the scala package, its name, otherwise EmptyTypeName */
704
702
def scalaClassName (cls : Symbol )(implicit ctx : Context ): TypeName =
You can’t perform that action at this time.
0 commit comments