aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-24 09:18:03 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-24 09:25:35 -0400
commit05f7336624d6a47b3cf0fe827097cd526a130873 (patch)
treeca940f200cda7fbf1887f08215107e5f1c22c42d /src/or/routerparse.h
parent0f31080d63d74c25ef9ae8f2df786a1bf115b187 (diff)
downloadtor-05f7336624d6a47b3cf0fe827097cd526a130873.tar.gz
tor-05f7336624d6a47b3cf0fe827097cd526a130873.zip
Remove version checks for microdescriptor support
At this point, relays without microdescriptor support are no longer allowed on the Tor network.
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index fc21cb1041..e294d95391 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -44,7 +44,6 @@ MOCK_DECL(addr_policy_t *, router_parse_addr_policy_item_from_string,
(const char *s, int assume_action));
version_status_t tor_version_is_obsolete(const char *myversion,
const char *versionlist);
-int tor_version_supports_microdescriptors(const char *platform);
int tor_version_as_new_as(const char *platform, const char *cutoff);
int tor_version_parse(const char *s, tor_version_t *out);
int tor_version_compare(tor_version_t *a, tor_version_t *b);