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/rephist.c | |
parent | ab7729f4724efbfac33c069f488e74c8ccc058f1 (diff) | |
download | tor-d97e95cb6242b94002854055a08c3190e731139b.tar.gz tor-d97e95cb6242b94002854055a08c3190e731139b.zip |
Remove ./configure option for cell statistics.
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 0d370a3b11..abfd47742c 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -2620,7 +2620,6 @@ hs_usage_write_statistics_to_file(time_t now) /*** cell statistics ***/ -#ifdef ENABLE_BUFFER_STATS /** Start of the current buffer stats interval. */ time_t start_of_buffer_stats_interval; @@ -2787,5 +2786,4 @@ dump_buffer_stats(void) tor_free(str); #undef SHARES } -#endif |