diff options
author | David Goulet <dgoulet@torproject.org> | 2021-11-03 09:50:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-11-03 09:50:43 -0400 |
commit | 44671995d10c863d3e7967f8f10d2b599ebfe2e6 (patch) | |
tree | 0f06d451ad3768cf53a9c8418d7e07db4c59deca /scripts | |
parent | 755485342ca8e40b8d29864cd50531dc39954530 (diff) | |
download | tor-44671995d10c863d3e7967f8f10d2b599ebfe2e6.tar.gz tor-44671995d10c863d3e7967f8f10d2b599ebfe2e6.zip |
shellcheck: Remove unused variable in ci-driver.sh
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index aded45048a..b5a9c5cbf1 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -288,7 +288,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. @@ -316,7 +315,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 |