Merge pull request #84 from KaiXinXiaoLei/master

Delete unnecessary function
This commit is contained in:
Josh Suereth 2014-11-20 09:55:27 -05:00
commit 09d906de4b
1 changed files with 0 additions and 7 deletions

View File

@ -202,10 +202,3 @@ run() {
fi
exit $exit_code
}
runAlternateBoot() {
local bootpropsfile="$1"
shift
addJava "-Dsbt.boot.properties=$bootpropsfile"
run $@
}