diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-01 14:02:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 14:02:02 -0400 |
commit | 05fbbfe472657ca93bd473056e662850e01af6f1 (patch) | |
tree | b23f5bb40432d21ef0f6a816c93c62e94e4a470f /src/or/or.h | |
parent | d366c3354f4d10d2a71e837e01d6722c40854b5b (diff) | |
parent | 05f7336624d6a47b3cf0fe827097cd526a130873 (diff) | |
download | tor-05fbbfe472657ca93bd473056e662850e01af6f1.tar.gz tor-05fbbfe472657ca93bd473056e662850e01af6f1.zip |
Merge remote-tracking branch 'public/remove_old_version_checks'
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 ed185e37bd..d548aeabb6 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; |