소스 검색

write_stats_file() is indeed NET_PARTICIPANT; remove comment.

Nick Mathewson 5 년 전
부모
커밋
ccbb36048f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/mainloop/mainloop.c

+ 0 - 2
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. */