diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-19 23:36:27 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-19 23:36:27 +0200 |
commit | 75c59d1a92e0f4956bd249844c188c432aae1712 (patch) | |
tree | 5f95980dbf7d738aa0b31fb9a060773c33ea959c /src/or/main.c | |
parent | 93fd0d37559dcd4f75bba158182f486d7323b8ef (diff) | |
download | tor-75c59d1a92e0f4956bd249844c188c432aae1712.tar.gz tor-75c59d1a92e0f4956bd249844c188c432aae1712.zip |
Some final (?) cleanups of proposal 166 implementation.
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 16136cb27f..fb6b1ea0e7 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -962,7 +962,6 @@ run_scheduled_events(time_t now) */ if (time_to_write_stats_files >= 0 && time_to_write_stats_files < now) { #define WRITE_STATS_INTERVAL (24*60*60) - or_options_t *options = get_options(); if (options->CellStatistics || options->DirReqStatistics || options->EntryStatistics || options->ExitPortStatistics) { if (!time_to_write_stats_files) { |