Skip to content

Commit efe36d4

Browse files
author
KaiXinXiaoLei
committed
Delete unnecessary function
1 parent faeb41d commit efe36d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sbt/sbt-launch-lib.bash

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,3 @@ run() {
187187
"${residual_args[@]}"
188188
}
189189

190-
runAlternateBoot() {
191-
local bootpropsfile="$1"
192-
shift
193-
addJava "-Dsbt.boot.properties=$bootpropsfile"
194-
run $@
195-
}

0 commit comments

Comments
 (0)