From: Nick Mathewson Date: Tue, 13 Nov 2018 15:44:04 +0000 (-0500) Subject: write_stats_file() is indeed NET_PARTICIPANT; remove comment. X-Git-Tag: tor-0.4.0.1-alpha~119^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccbb36048f5167b9d5011b7c8b0d2c346ce567e8;p=thirdparty%2Ftor.git write_stats_file() is indeed NET_PARTICIPANT; remove comment. --- 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. */