]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
write_stats_file() is indeed NET_PARTICIPANT; remove comment.
authorNick Mathewson <nickm@torproject.org>
Tue, 13 Nov 2018 15:44:04 +0000 (10:44 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Nov 2018 16:17:22 +0000 (11:17 -0500)
src/core/mainloop/mainloop.c

index 6df51062a769323aee30a192c3690cab8f271e5d..e67ebdb4a87fc7b92cccad1985fec3767728fef8 100644 (file)
@@ -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. */