From 7845875306732fba3e9db25c9b11dde7df31f77a Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sun, 5 Mar 2017 20:50:29 +0900 Subject: DottyPredef: remove dummy typeTag implicit This avoids a dependency on the scala-reflect jar --- library/src/dotty/DottyPredef.scala | 3 --- 1 file changed, 3 deletions(-) (limited to 'library') diff --git a/library/src/dotty/DottyPredef.scala b/library/src/dotty/DottyPredef.scala index c7cf2a906..12040e0f3 100644 --- a/library/src/dotty/DottyPredef.scala +++ b/library/src/dotty/DottyPredef.scala @@ -1,14 +1,11 @@ package dotty -import scala.reflect.runtime.universe.TypeTag import scala.reflect.ClassTag import scala.Predef.??? import scala.collection.Seq /** unimplemented implicit for TypeTag */ object DottyPredef { - implicit def typeTag[T]: TypeTag[T] = ??? - /** A fall-back implicit to compare values of any types. * The compiler will restrict implicit instances of `eqAny`. An instance * `eqAny[T, U]` is _valid_ if `T <: U` or `U <: T` or both `T` and `U` are -- cgit v1.2.3