diff --git a/kiss b/kiss index 223c38e..9edb3cc 100755 --- a/kiss +++ b/kiss @@ -314,15 +314,6 @@ pkg_find_version() { die "$pkg" "Build file not found or not executable" } -pkg_find_version_split() { - pkg_find_version "$@" - - # Split the version on '.+-_' to obtain individual components. - IFS=.+-_ read -r repo_major repo_minor repo_patch repo_ident <