Skip to content

Commit

Permalink
.buildkite/rust/build_runtime.sh: remove unused extraargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Apr 14, 2020
1 parent 4070b1d commit bf9365d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .buildkite/rust/build_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ if [ ! -d $src_dir ]; then
fi
shift

#########################################
# Additional args passed to `cargo build`
#########################################
extra_args=$*

source .buildkite/rust/common.sh

#####################################################################
Expand Down

0 comments on commit bf9365d

Please sign in to comment.