diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-24 09:18:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-24 09:25:35 -0400 |
commit | 05f7336624d6a47b3cf0fe827097cd526a130873 (patch) | |
tree | ca940f200cda7fbf1887f08215107e5f1c22c42d /src/or/or.h | |
parent | 0f31080d63d74c25ef9ae8f2df786a1bf115b187 (diff) | |
download | tor-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/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index f75e776730..66692b2810 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2131,9 +2131,6 @@ typedef struct routerstatus_t { * if the number of traits we care about ever becomes incredibly big. */ unsigned int version_known:1; - /** True iff this router is a version that, if it caches directory info, - * we can get microdescriptors from. */ - unsigned int version_supports_microdesc_cache:1; /** True iff this router has a version that allows it to accept EXTEND2 * cells */ unsigned int version_supports_extend2_cells:1; |