diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 16:46:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 16:46:17 -0400 |
commit | 7eea45c5c460f735594ed9a208d2fe3e3714a368 (patch) | |
tree | 2cd615992881c4abc952d681150b06ea11825de1 /src/app/main/main.c | |
parent | 08d934b3fecc187e91b2e23347250787d5371cef (diff) | |
download | tor-7eea45c5c460f735594ed9a208d2fe3e3714a368.tar.gz tor-7eea45c5c460f735594ed9a208d2fe3e3714a368.zip |
Move systemd_watchdog_timer free into mainloop.c
Diffstat (limited to 'src/app/main/main.c')
-rw-r--r-- | src/app/main/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index ab66105116..eeb219f3dc 100644 --- a/src/app/main/main.c +++ b/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(); } |