aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.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/circuitlist.c
parentab7729f4724efbfac33c069f488e74c8ccc058f1 (diff)
downloadtor-d97e95cb6242b94002854055a08c3190e731139b.tar.gz
tor-d97e95cb6242b94002854055a08c3190e731139b.zip
Remove ./configure option for cell statistics.
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index 5a20e7ebde..04b1d8edb3 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -447,11 +447,9 @@ circuit_free(circuit_t *circ)
rend_data_free(ocirc->rend_data);
} else {
or_circuit_t *ocirc = TO_OR_CIRCUIT(circ);
-#ifdef ENABLE_BUFFER_STATS
/* Remember cell statistics for this circuit before deallocating. */
if (get_options()->CellStatistics)
add_circ_to_buffer_stats(circ, time(NULL));
-#endif
mem = ocirc;
memlen = sizeof(or_circuit_t);
tor_assert(circ->magic == OR_CIRCUIT_MAGIC);