8000 common: remove unused msg2() · archlinux/arch-install-scripts@c239649 · GitHub
[go: up one dir, main page]

Skip to content

Commit c239649

Browse files
committed
common: remove unused msg2()
The function has been unused ever since it was introduced Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
1 parent 77e0895 commit c239649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ out() { printf "$1 $2\n" "${@:3}"; }
7676
error() { out "==> ERROR:" "$@"; } >&2
7777
warning() { out "==> WARNING:" "$@"; } >&2
7878
msg() { out "==>" "$@"; }
79-
msg2() { out " ->" "$@";}
8079
die() { error "$@"; exit 1; }
8180

8281
ignore_error() {

0 commit comments

Comments
 (0)
0