From 92affd3e76d1a3019f1c35ac20af32360d914641 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sun, 25 Oct 2015 23:20:04 +0100 Subject: Remove unused imports and other minor cleanups - Language imports are preceding other imports - Deleted empty file: InlineErasure - Removed some unused private[parallel] methods in scala/collection/parallel/package.scala This removes hundreds of warnings when compiling with "-Xlint -Ywarn-dead-code -Ywarn-unused -Ywarn-unused-import". --- src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala') diff --git a/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala b/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala index 854acd63c0..1a0b4cdec0 100644 --- a/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala +++ b/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala @@ -9,9 +9,7 @@ package transform import symtab._ import Flags.{ CASE => _, _ } -import scala.collection.mutable import scala.collection.mutable.ListBuffer -import scala.tools.nsc.settings.ScalaVersion /** This class ... * -- cgit v1.2.3