aboutsummaryrefslogtreecommitdiff
path: root/stage1/CheckAlive.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-15 02:44:20 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 21:13:49 -0400
commit27ff278767edf5972782ec7568c1da7fb3019ed6 (patch)
tree345247dba9994aa572ebb0cffee7a9ed580a7090 /stage1/CheckAlive.scala
parent1da86970a6f6a801fa42c1cc4e0468bbb74e4ef4 (diff)
downloadcbt-27ff278767edf5972782ec7568c1da7fb3019ed6.tar.gz
cbt-27ff278767edf5972782ec7568c1da7fb3019ed6.tar.bz2
cbt-27ff278767edf5972782ec7568c1da7fb3019ed6.zip
More speedup by already caching some classloaders in NailgunLauncher. Also fix a few warnings.
Diffstat (limited to 'stage1/CheckAlive.scala')
-rw-r--r--stage1/CheckAlive.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/stage1/CheckAlive.scala b/stage1/CheckAlive.scala
deleted file mode 100644
index e2a21a5..0000000
--- a/stage1/CheckAlive.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-package cbt
-
-object CheckAlive{
- def main(args: Array[String]): Unit = {
- System.exit(33)
- }
-}