aboutsummaryrefslogtreecommitdiff
path: root/stage1/CbtPaths.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:37:31 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:49:30 -0400
commitbdd6d905807a8cee7655d436401e76196ec4fe67 (patch)
tree09b0da68d249ee44b13f8b691f6f93dfd57ef3e1 /stage1/CbtPaths.scala
parent661987259ce2c7a3408403d07ca6afaf06c23aab (diff)
downloadcbt-bdd6d905807a8cee7655d436401e76196ec4fe67.tar.gz
cbt-bdd6d905807a8cee7655d436401e76196ec4fe67.tar.bz2
cbt-bdd6d905807a8cee7655d436401e76196ec4fe67.zip
Fix use compatibility interfaces from main cbt
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)
}