mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-27 17:53:54 +00:00
abuild: remove unused print_version function
the function is not used since commit 3379e67551
(abuild: print
version of built package early)
This commit is contained in:
parent
511b934182
commit
b09bdddff3
@ -156,10 +156,6 @@ spell_error() {
|
|||||||
die "APKBUILD contains '$1'. It should be '$2'"
|
die "APKBUILD contains '$1'. It should be '$2'"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_version() {
|
|
||||||
msg "$program $program_version"
|
|
||||||
}
|
|
||||||
|
|
||||||
# check if apkbuild is basicly sane
|
# check if apkbuild is basicly sane
|
||||||
default_sanitycheck() {
|
default_sanitycheck() {
|
||||||
local i= j= suggestion=
|
local i= j= suggestion=
|
||||||
|
Loading…
Reference in New Issue
Block a user