From f787cb8bcca2309d9dbe6e6ccd609e36d4a4e08c Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Thu, 11 Jan 2018 16:21:28 +0100 Subject: [PATCH] DottyPredef: remove unnecessary imports --- library/src/dotty/DottyPredef.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/src/dotty/DottyPredef.scala b/library/src/dotty/DottyPredef.scala index aebf577e5fc0..3666b2ac525b 100644 --- a/library/src/dotty/DottyPredef.scala +++ b/library/src/dotty/DottyPredef.scala @@ -1,8 +1,5 @@ package dotty -import scala.reflect.ClassTag -import scala.Predef.??? - object DottyPredef { /** A class for implicit values that can serve as implicit conversions