kiss: remove unused variable

This commit is contained in:
Dylan Araps 2021-07-21 11:20:39 +03:00
parent d7ca1d9d5b
commit 0a5b7ffbb9
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 2 deletions

2
kiss
View File

@ -456,8 +456,6 @@ pkg_source_tar() {
tmp_file "$repo_name" tarball
tmp_file "$repo_name" tarball-manifest
unset _seen
decompress "$1" > "$_tmp_file_pre" ||
die "$repo_name" "Failed to decompress $1"