aboutsummaryrefslogtreecommitdiff
path: root/contrib/verify-commits
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-10-04 19:58:51 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-10-18 17:09:36 +0200
commitf6b3382fa3cf988e7e80d0cab14393d4f9ec2113 (patch)
tree5c05fb5a69f000ef7b0ef4cdea9f3ac4e870e56e /contrib/verify-commits
parent937613d215def8ea2fc1cd00b2d573579d767d25 (diff)
downloadbitcoin-f6b3382fa3cf988e7e80d0cab14393d4f9ec2113.tar.xz
Remove unused variables
Diffstat (limited to 'contrib/verify-commits')
-rwxr-xr-xcontrib/verify-commits/verify-commits.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/verify-commits/verify-commits.sh b/contrib/verify-commits/verify-commits.sh
index 7194b040eb..85661f4670 100755
--- a/contrib/verify-commits/verify-commits.sh
+++ b/contrib/verify-commits/verify-commits.sh
@@ -12,8 +12,6 @@ VERIFIED_ROOT=$(cat "${DIR}/trusted-git-root")
VERIFIED_SHA512_ROOT=$(cat "${DIR}/trusted-sha512-root-commit")
REVSIG_ALLOWED=$(cat "${DIR}/allow-revsig-commits")
-HAVE_FAILED=false
-
HAVE_GNU_SHA512=1
[ ! -x "$(which sha512sum)" ] && HAVE_GNU_SHA512=0