aboutsummaryrefslogtreecommitdiff
path: root/stage1/CbtPaths.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/CbtPaths.scala')
-rw-r--r--stage1/CbtPaths.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/stage1/CbtPaths.scala b/stage1/CbtPaths.scala
index aa24d4e..71c2ef1 100644
--- a/stage1/CbtPaths.scala
+++ b/stage1/CbtPaths.scala
@@ -11,7 +11,5 @@ case class CbtPaths(private val cbtHome: File, private val cache: File){
val stage2Target: File = stage2 ++ ("/" ++ target)
val stage2StatusFile: File = stage2Target ++ ".last-success"
val compatibility: File = cbtHome ++ "/compatibility"
- val compatibilityTarget: File = compatibility ++ ("/" ++ target)
- val compatibilityStatusFile: File = compatibilityTarget ++ ".last-success"
val nailgunTarget: File = nailgun ++ ("/" ++ target)
}