aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-12 20:51:06 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 21:04:52 -0400
commitee7737c5648708bd841c1ef41c277a7324fd46da (patch)
tree485f181381607e28eed3bf47d373d62e2bb3acc4 /stage1/Stage1.scala
parent16b02cf34078113c833225297b686752aa26b407 (diff)
downloadcbt-ee7737c5648708bd841c1ef41c277a7324fd46da.tar.gz
cbt-ee7737c5648708bd841c1ef41c277a7324fd46da.tar.bz2
cbt-ee7737c5648708bd841c1ef41c277a7324fd46da.zip
Separate CheckAlive
Diffstat (limited to 'stage1/Stage1.scala')
-rw-r--r--stage1/Stage1.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala
index 937d9b3..417920c 100644
--- a/stage1/Stage1.scala
+++ b/stage1/Stage1.scala
@@ -8,12 +8,6 @@ import scala.collection.JavaConverters._
import paths._
-object CheckAlive{
- def main(args: Array[String]): Unit = {
- System.exit(33)
- }
-}
-
class Init(args: Array[String]) {
/**
* Raw parameters including their `-D` flag.