diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-10 00:08:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-06 11:28:49 -0500 |
commit | f742b33d85c0884fa5902d0d24a1232c9bd47dd8 (patch) | |
tree | 6aea198e681fa39b5aebbd1cfabd61adb1965dd7 /src/or/or.h | |
parent | a8d491a8fdfafe6e56924a19b5169c2eb9d3a66a (diff) | |
download | tor-f742b33d85c0884fa5902d0d24a1232c9bd47dd8.tar.gz tor-f742b33d85c0884fa5902d0d24a1232c9bd47dd8.zip |
Drop FallbackNetworkstatusFile; it never worked.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index 9f9316b988..b2d31a67fa 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3702,10 +3702,6 @@ typedef struct { * of certain configuration options. */ int TestingTorNetwork; - /** File to check for a consensus networkstatus, if we don't have one - * cached. */ - char *FallbackNetworkstatusFile; - /** If true, and we have GeoIP data, and we're a bridge, keep a per-country * count of how many client addresses have contacted us so that we can help * the bridge authority guess which countries have blocked access to us. */ |