diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-17 11:52:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-17 11:52:10 -0500 |
commit | b3bd7a736c7a54406c087bfaa2bae3dec03ec7bd (patch) | |
tree | cc35cc4dc4bb41f98671156e892eb14e0f139811 /src/or/or.h | |
parent | a68b90fc7af401220f11f4f9e39f08a8548a6957 (diff) | |
download | tor-b3bd7a736c7a54406c087bfaa2bae3dec03ec7bd.tar.gz tor-b3bd7a736c7a54406c087bfaa2bae3dec03ec7bd.zip |
Remove Support022HiddenServices
This has been already disabled in the directory consensus for a while;
it didn't seem to break anything.
Finally closes #7803.
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 5ebe7bfac3..8a9c1cf76e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4229,9 +4229,6 @@ typedef struct { /** How long (seconds) do we keep a guard before picking a new one? */ int GuardLifetime; - /** Should we send the timestamps that pre-023 hidden services want? */ - int Support022HiddenServices; - } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |