aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-03 09:50:43 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-11-03 09:54:09 -0400
commit33fb0f1d8f77759e27d9372194b826bc4ff3d7ff (patch)
tree085de91d2f1f2616c6ee2c47529184eb34545af6 /scripts
parent83f8fe05e8f398f8f1a403b159284db5952d17de (diff)
downloadtor-33fb0f1d8f77759e27d9372194b826bc4ff3d7ff.tar.gz
tor-33fb0f1d8f77759e27d9372194b826bc4ff3d7ff.zip
shellcheck: Remove unused variable in ci-driver.sh
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci-driver.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 245922b631..a13e0f6c17 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -293,7 +293,6 @@ TOR_VERSION=$(grep -m 1 AC_INIT "${CI_SRCDIR}"/configure.ac | sed -e 's/.*\[//;
# Tor version. Only create the variables we need.
TOR_VER_AT_LEAST_043=no
TOR_VER_AT_LEAST_044=no
-TOR_VER_AT_LEAST_046=no
# These are the currently supported Tor versions; no need to work with anything
# ancient in this script.
@@ -321,7 +320,6 @@ case "$TOR_VERSION" in
0.4.6.*)
TOR_VER_AT_LEAST_043=yes
TOR_VER_AT_LEAST_044=yes
- TOR_VER_AT_LEAST_046=yes
;;
esac