diff options
| author | practicalswift <[email protected]> | 2017-10-04 19:58:51 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-10-18 17:09:36 +0200 |
| commit | f6b3382fa3cf988e7e80d0cab14393d4f9ec2113 (patch) | |
| tree | 5c05fb5a69f000ef7b0ef4cdea9f3ac4e870e56e | |
| parent | Merge #11467: Fix typos. Use nullptr instead of NULL. (diff) | |
| download | discoin-f6b3382fa3cf988e7e80d0cab14393d4f9ec2113.tar.xz discoin-f6b3382fa3cf988e7e80d0cab14393d4f9ec2113.zip | |
Remove unused variables
| -rwxr-xr-x | contrib/gitian-build.sh | 1 | ||||
| -rwxr-xr-x | contrib/verify-commits/verify-commits.sh | 2 | ||||
| -rwxr-xr-x | contrib/verifybinaries/verify.sh | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 8fdec21b0..511c1a4c4 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -6,7 +6,6 @@ sign=false verify=false build=false -setupenv=false # Systems to build linux=true diff --git a/contrib/verify-commits/verify-commits.sh b/contrib/verify-commits/verify-commits.sh index 7194b040e..85661f467 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 diff --git a/contrib/verifybinaries/verify.sh b/contrib/verifybinaries/verify.sh index 409f517c9..320add64d 100755 --- a/contrib/verifybinaries/verify.sh +++ b/contrib/verifybinaries/verify.sh @@ -76,8 +76,6 @@ if [ -n "$1" ]; then BASEDIR="$BASEDIR$RCSUBDIR.$RCVERSION/" fi fi - - SIGNATUREFILE="$BASEDIR$SIGNATUREFILENAME" else echo "Error: need to specify a version on the command line" exit 2 |