diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-16 18:07:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-16 18:07:42 -0400 |
commit | 8f9cfa0abe3793e120ee25a0f339bcee4d3fa4db (patch) | |
tree | 2904ec371ec892a54a2e34319fa22bac771e163a /src/or/rephist.c | |
parent | 27d1675d93a07227aae3bb1d86bd4876d6c3ac77 (diff) | |
download | tor-8f9cfa0abe3793e120ee25a0f339bcee4d3fa4db.tar.gz tor-8f9cfa0abe3793e120ee25a0f339bcee4d3fa4db.zip |
Remove a useless doxygen comment
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | 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 e4afe62b67..58e8ff0a05 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 |