Skip to content
Snippets Groups Projects
Commit 33fb0f1d authored by David Goulet's avatar David Goulet :panda_face:
Browse files

shellcheck: Remove unused variable in ci-driver.sh

parent 83f8fe05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment