diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-14 14:52:39 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-17 13:30:09 +0200 |
commit | d97e95cb6242b94002854055a08c3190e731139b (patch) | |
tree | 743a9a187b83981a1b583be332c78e35c7ab3715 /src/or/config.c | |
parent | ab7729f4724efbfac33c069f488e74c8ccc058f1 (diff) | |
download | tor-d97e95cb6242b94002854055a08c3190e731139b.tar.gz tor-d97e95cb6242b94002854055a08c3190e731139b.zip |
Remove ./configure option for cell statistics.
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/config.c b/src/or/config.c index 0fc3af47e1..89c94b1997 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1424,16 +1424,10 @@ options_act(or_options_t *old_options) "Look for the exit-stats file that will first be written to " "the data directory in 24 hours from now."); -#ifdef ENABLE_BUFFER_STATS if (options->CellStatistics) log_notice(LD_CONFIG, "Configured to measure cell statistics. Look " "for the buffer-stats file that will first be written to " "the data directory in 24 hours from now."); -#else - if (options->CellStatistics) - log_warn(LD_CONFIG, "CellStatistics enabled, but Tor was built " - "without cell statistics support."); -#endif if (options->EntryStatistics) { if (should_record_bridge_info(options)) { |