mirror of https://github.com/sbt/sbt.git
Merge pull request #84 from KaiXinXiaoLei/master
Delete unnecessary function
This commit is contained in:
commit
09d906de4b
|
|
@ -202,10 +202,3 @@ run() {
|
|||
fi
|
||||
exit $exit_code
|
||||
}
|
||||
|
||||
runAlternateBoot() {
|
||||
local bootpropsfile="$1"
|
||||
shift
|
||||
addJava "-Dsbt.boot.properties=$bootpropsfile"
|
||||
run $@
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue