소스 검색

Move systemd_watchdog_timer free into mainloop.c

Nick Mathewson 5 년 전
부모
커밋
7eea45c5c4
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/app/main/main.c

+ 0 - 4
src/app/main/main.c

@@ -803,10 +803,6 @@ tor_free_all(int postfork)
 
   tor_mainloop_free_all();
 
-#ifdef HAVE_SYSTEMD_209
-  periodic_timer_free(systemd_watchdog_timer);
-#endif
-
   if (!postfork) {
     release_lockfile();
   }