commit 8f9cfa0abe3793e120ee25a0f339bcee4d3fa4db Author: Nick Mathewson nickm@torproject.org Date: Wed Mar 16 18:07:42 2011 -0400
Remove a useless doxygen comment --- src/or/rephist.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/or/rephist.c b/src/or/rephist.c index e4afe62..58e8ff0 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -2337,7 +2337,6 @@ typedef struct circ_buffer_stats_t { uint32_t local_circ_id; } circ_buffer_stats_t;
-/** Holds stats. */ smartlist_t *circuits_for_buffer_stats = NULL;
/** Remember cell statistics for circuit <b>circ</b> at time
tor-commits@lists.torproject.org