From 1b55efaf1000d0a18c96960e7170e7263a51dca5 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 14 Sep 2015 03:36:36 -0400 Subject: [PATCH] remove unused paths --- build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index 54e76ffca..8f6aba6e6 100644 --- a/build.sbt +++ b/build.sbt @@ -276,11 +276,8 @@ def fullDocSettings = Util.baseScalacOptions ++ Docs.settings ++ Sxr.settings ++ /* Nested Projproject paths */ def sbtPath = file("sbt") -def cachePath = file("cache") def tasksPath = file("tasks") def launchPath = file("launch") -def utilPath = file("util") -def compilePath = file("compile") def mainPath = file("main") lazy val safeUnitTests = taskKey[Unit]("Known working tests (for both 2.10 and 2.11)")