Skip to content

Commit

Permalink
Auto merge of #1193 - chenl:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
remove `say_err()`

As it isn't used anywhere...
  • Loading branch information
bors committed Aug 12, 2017
2 parents 001c71e + fc2e350 commit 5f3a291
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,6 @@ say() {
echo "rustup: $1"
}

say_err() {
say "$1" >&2
}

err() {
say "$1" >&2
exit 1
Expand Down

0 comments on commit 5f3a291

Please sign in to comment.