From 8d80126eee396b503e464f2647b7ca00fd9db6c0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 8 Feb 2021 11:40:35 -0500 Subject: Remove DirCache=1 from list of supported versions. Closes #40221 --- src/test/test_protover.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/test') diff --git a/src/test/test_protover.c b/src/test/test_protover.c index be3aeb5e40..dd65f4bbf5 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -467,9 +467,6 @@ test_protover_supported_protocols(void *arg) PROTOVER_HSDIR_V3)); /* No DirCache versions appear anywhere in the code. */ - tt_assert(protocol_list_supports_protocol(supported_protocols, - PRT_DIRCACHE, - PROTOVER_DIRCACHE_V1)); tt_assert(protocol_list_supports_protocol(supported_protocols, PRT_DIRCACHE, PROTOVER_DIRCACHE_V2)); -- cgit v1.2.3-54-g00ecf