Skip to content

Commit

Permalink
shellcheck: Remove unused variable in ci-driver.sh
Browse files Browse the repository at this point in the history
Signed-off-by: David Goulet <[email protected]>
  • Loading branch information
dgoulet-tor committed Nov 3, 2021
1 parent 7554853 commit 4467199
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ci/ci-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4467199

Please sign in to comment.