aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/ci-driver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/ci-driver.sh')
-rwxr-xr-xscripts/ci/ci-driver.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index db6cd261e3..0c8a866a3d 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -293,10 +293,6 @@ TOR_VER_AT_LEAST_044=no
# These are the currently supported Tor versions; no need to work with anything
# ancient in this script.
case "$TOR_VERSION" in
- 0.4.5.*)
- TOR_VER_AT_LEAST_043=yes
- TOR_VER_AT_LEAST_044=yes
- ;;
0.4.7.*)
TOR_VER_AT_LEAST_043=yes
TOR_VER_AT_LEAST_044=yes