diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-01 16:56:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-01 16:56:47 +0000 |
commit | b09bdddff33ae7a2ea1d65dce428ec288002fefb (patch) | |
tree | 121f06c81598fccab40f84620bb1c62d83addddd | |
parent | 511b93418213f9e33cfcef23d484798d9cbd6056 (diff) | |
download | abuild-b09bdddff33ae7a2ea1d65dce428ec288002fefb.tar.gz abuild-b09bdddff33ae7a2ea1d65dce428ec288002fefb.tar.bz2 abuild-b09bdddff33ae7a2ea1d65dce428ec288002fefb.tar.xz abuild-b09bdddff33ae7a2ea1d65dce428ec288002fefb.zip |
abuild: remove unused print_version function
the function is not used since commit 3379e675512d (abuild: print
version of built package early)
-rw-r--r-- | abuild.in | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -156,10 +156,6 @@ spell_error() { die "APKBUILD contains '$1'. It should be '$2'" } -print_version() { - msg "$program $program_version" -} - # check if apkbuild is basicly sane default_sanitycheck() { local i= j= suggestion= |