diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-12-19 21:56:04 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-12-25 16:35:47 +0100 |
commit | 51c00dbdec56f34759d491e9a4adf8a20fb295d5 (patch) | |
tree | ce221d9c9a7a83b50f9ddec47454676cb9aa2d16 /src/or/or.h | |
parent | 9f1618b518dc82b70562187b564f6afdbdbe1b16 (diff) | |
download | tor-51c00dbdec56f34759d491e9a4adf8a20fb295d5.tar.gz tor-51c00dbdec56f34759d491e9a4adf8a20fb295d5.zip |
Remove some old, commented out code
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/or/or.h b/src/or/or.h index eca3b6f0ce..9e80ca5779 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2766,19 +2766,6 @@ typedef struct { * the bridge authority guess which countries have blocked access to us. */ int BridgeRecordUsageByCountry; -#if 0 - /** If true, and Tor is built with DIRREQ_STATS support, and we're a - * directory, record how many directory requests we get from each country. */ - int DirRecordUsageByCountry; - /** Round all GeoIP results to the next multiple of this value, to avoid - * leaking information. */ - int DirRecordUsageGranularity; - /** Time interval: purge geoip stats after this long. */ - int DirRecordUsageRetainIPs; - /** Time interval: Flush geoip data to disk this often. */ - int DirRecordUsageSaveInterval; -#endif - /** Optionally, a file with GeoIP data. */ char *GeoIPFile; |