summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-08-14 14:52:39 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-08-17 13:30:09 +0200
commitd97e95cb6242b94002854055a08c3190e731139b (patch)
tree743a9a187b83981a1b583be332c78e35c7ab3715 /src/or/config.c
parentab7729f4724efbfac33c069f488e74c8ccc058f1 (diff)
downloadtor-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.c6
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)) {