aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/networkstatus.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-15 11:26:14 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-16 16:41:53 -0500
commitceacda44f1064a5cc06a7eb29f31de19844ca6a7 (patch)
tree35dd3dead1380f446fb05adec9de9aa118f30ab7 /src/feature/nodelist/networkstatus.h
parent8d94bcbf8c7c34a6e2d683982ef22ab6949c34ea (diff)
downloadtor-ceacda44f1064a5cc06a7eb29f31de19844ca6a7.tar.gz
tor-ceacda44f1064a5cc06a7eb29f31de19844ca6a7.zip
Remove functions that checked for pre-ipv6 consensus.
We no longer need or need to test: * node_awaiting_ipv6() * networkstatus_consensus_has_ipv6().
Diffstat (limited to 'src/feature/nodelist/networkstatus.h')
-rw-r--r--src/feature/nodelist/networkstatus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.h b/src/feature/nodelist/networkstatus.h
index b8430088c9..38929fa6b6 100644
--- a/src/feature/nodelist/networkstatus.h
+++ b/src/feature/nodelist/networkstatus.h
@@ -104,7 +104,6 @@ int networkstatus_consensus_can_use_multiple_directories(
MOCK_DECL(int, networkstatus_consensus_can_use_extra_fallbacks,(
const or_options_t *options));
int networkstatus_consensus_is_already_downloading(const char *resource);
-int networkstatus_consensus_has_ipv6(const or_options_t* options);
#define NSSET_FROM_CACHE 1
#define NSSET_WAS_WAITING_FOR_CERTS 2