Apply suggestions from code review

This commit is contained in:
Greg Pfeil 2023-03-07 12:39:06 -07:00 committed by GitHub
parent a0869d6a35
commit 713fc761dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -168,7 +168,6 @@ check_and_fetch_params() {
# and unset them at the end of the function.
filename="$1"
output="$2"
dlname="${output}.dl"
expectedhash="$3"
if ! [ -f "$output" ]
@ -196,7 +195,6 @@ EOF
unset -v filename
unset -v output
unset -v dlname
unset -v expectedhash
}