Delete unnecessary function

This commit is contained in:
KaiXinXiaoLei 2014-11-13 20:33:20 +08:00
parent a9d435664a
commit bb06511109
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 $@
}