Skip to content

Commit 5f3a291

Browse files
committed
Auto merge of #1193 - chenl:patch-1, r=alexcrichton
remove `say_err()` As it isn't used anywhere...
2 parents 001c71e + fc2e350 commit 5f3a291

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rustup-init.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ say() {
324324
echo "rustup: $1"
325325
}
326326

327-
say_err() {
328-
say "$1" >&2
329-
}
330-
331327
err() {
332328
say "$1" >&2
333329
exit 1

0 commit comments

Comments
 (0)