aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-04-23 12:54:10 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-04-23 12:54:10 -0400
commit1d18ecbc5f74e8aba8096e9bfd851ff775bbce0d (patch)
tree16c90116ff0711649c01e75c2ca0f4cb23d047f3 /src
parent3bd7367274576ca1b2229561e34044f86e26d337 (diff)
downloadtor-1d18ecbc5f74e8aba8096e9bfd851ff775bbce0d.tar.gz
tor-1d18ecbc5f74e8aba8096e9bfd851ff775bbce0d.zip
Remove HSv2 leftovers after merging #18346
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src')
-rw-r--r--src/feature/nodelist/dirlist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/feature/nodelist/dirlist.c b/src/feature/nodelist/dirlist.c
index 57b55f0127..1f1ac4d106 100644
--- a/src/feature/nodelist/dirlist.c
+++ b/src/feature/nodelist/dirlist.c
@@ -320,10 +320,7 @@ auth_dirport_usage_for_purpose(int purpose)
case DIR_PURPOSE_FETCH_STATUS_VOTE:
return AUTH_USAGE_VOTING;
- case DIR_PURPOSE_HAS_FETCHED_RENDDESC_V2:
case DIR_PURPOSE_SERVER:
- case DIR_PURPOSE_UPLOAD_RENDDESC_V2:
- case DIR_PURPOSE_FETCH_RENDDESC_V2:
case DIR_PURPOSE_UPLOAD_HSDESC:
case DIR_PURPOSE_FETCH_HSDESC:
case DIR_PURPOSE_HAS_FETCHED_HSDESC: