diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-13 10:44:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 11:17:22 -0500 |
commit | ccbb36048f5167b9d5011b7c8b0d2c346ce567e8 (patch) | |
tree | 9790a90559bce48aa77d6f58ba50e3c10d50c7c5 | |
parent | dc21f1f6625ba35a6888190a601efded9cfa5e5e (diff) | |
download | tor-ccbb36048f5167b9d5011b7c8b0d2c346ce567e8.tar.gz tor-ccbb36048f5167b9d5011b7c8b0d2c346ce567e8.zip |
write_stats_file() is indeed NET_PARTICIPANT; remove comment.
-rw-r--r-- | src/core/mainloop/mainloop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c index 6df51062a7..e67ebdb4a8 100644 --- a/src/core/mainloop/mainloop.c +++ b/src/core/mainloop/mainloop.c @@ -1401,8 +1401,6 @@ STATIC periodic_event_item_t periodic_events[] = { * immediately before we stop. */ CALLBACK(clean_caches, NET_PARTICIPANT, FL(FLUSH_ON_DISABLE)), CALLBACK(save_state, NET_PARTICIPANT, FL(FLUSH_ON_DISABLE)), - - /* XXXX investigate this. ??? */ CALLBACK(write_stats_file, NET_PARTICIPANT, FL(FLUSH_ON_DISABLE)), /* Routers (bridge and relay) only. */ |