summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-08-19 23:36:27 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-08-19 23:36:27 +0200
commit75c59d1a92e0f4956bd249844c188c432aae1712 (patch)
tree5f95980dbf7d738aa0b31fb9a060773c33ea959c /src/or/main.c
parent93fd0d37559dcd4f75bba158182f486d7323b8ef (diff)
downloadtor-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.c1
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) {