Skip to content

Commit f6b3382

Browse files
Remove unused variables
1 parent 937613d commit f6b3382

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

contrib/gitian-build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
sign=false
77
verify=false
88
build=false
9-
setupenv=false
109

1110
# Systems to build
1211
linux=true

contrib/verify-commits/verify-commits.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ VERIFIED_ROOT=$(cat "${DIR}/trusted-git-root")
1212
VERIFIED_SHA512_ROOT=$(cat "${DIR}/trusted-sha512-root-commit")
1313
REVSIG_ALLOWED=$(cat "${DIR}/allow-revsig-commits")
1414

15-
HAVE_FAILED=false
16-
1715
HAVE_GNU_SHA512=1
1816
[ ! -x "$(which sha512sum)" ] && HAVE_GNU_SHA512=0
1917

contrib/verifybinaries/verify.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ if [ -n "$1" ]; then
7676
BASEDIR="$BASEDIR$RCSUBDIR.$RCVERSION/"
7777
fi
7878
fi
79-
80-
SIGNATUREFILE="$BASEDIR$SIGNATUREFILENAME"
8179
else
8280
echo "Error: need to specify a version on the command line"
8381
exit 2

0 commit comments

Comments
 (0)