From bb06511109c6c3f3365006d80ed5198975551d6e Mon Sep 17 00:00:00 2001 From: KaiXinXiaoLei Date: Thu, 13 Nov 2014 20:33:20 +0800 Subject: [PATCH] Delete unnecessary function --- src/universal/bin/sbt-launch-lib.bash | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/universal/bin/sbt-launch-lib.bash b/src/universal/bin/sbt-launch-lib.bash index 427aa5b0c..b55955c47 100755 --- a/src/universal/bin/sbt-launch-lib.bash +++ b/src/universal/bin/sbt-launch-lib.bash @@ -202,10 +202,3 @@ run() { fi exit $exit_code } - -runAlternateBoot() { - local bootpropsfile="$1" - shift - addJava "-Dsbt.boot.properties=$bootpropsfile" - run $@ -}