Skip to content

Commit

Permalink
Delete unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiXinXiaoLei committed Nov 12, 2014
1 parent faeb41d commit efe36d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sbt/sbt-launch-lib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,3 @@ run() {
"${residual_args[@]}"
}

runAlternateBoot() {
local bootpropsfile="$1"
shift
addJava "-Dsbt.boot.properties=$bootpropsfile"
run $@
}

0 comments on commit efe36d4

Please sign in to comment.