Remove extra addDefaultMemory

I think this was inadvertently left out of
75257e759b. Prior to removing this,
`sbt --client exit` took about 200ms on my computer compared to about
50ms for sbtn. The sbt --client result dropped to about 80ms after this
change.
This commit is contained in:
Ethan Atkins 2020-10-26 14:54:50 -07:00
parent 4b1c479525
commit 06c1f6ce97
1 changed files with 0 additions and 4 deletions

View File

@ -665,10 +665,6 @@ args1=( "${cli_options[@]}" "${cli_commands[@]}" "${sbt_additional_commands[@]}"
process_args "${args1[@]}"
vlog "[sbt_options] $(declare -p sbt_options)"
addDefaultMemory
set -- "${residual_args[@]}"
argumentCount=$#
if [[ "$(isRunNativeClient)" == "true" ]]; then
set -- "${residual_args[@]}"
argumentCount=$#