From 17a675021e568054642b646ed8479477f894afb8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 5 Nov 2019 01:10:57 +0100 Subject: [PATCH] No one ever completes // TODO things --- dnscrypt-proxy/service_linux.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/dnscrypt-proxy/service_linux.go b/dnscrypt-proxy/service_linux.go index 09a7d181..501226f2 100644 --- a/dnscrypt-proxy/service_linux.go +++ b/dnscrypt-proxy/service_linux.go @@ -25,9 +25,6 @@ func systemDWatchdog() error { refreshInterval := watchdogFailureDelay / 3 go func() { for { - // TODO There could be other checks this just - // checks program is not totally stuck and can - // run this goroutine daemon.SdNotify(false, "WATCHDOG=1") clocksmith.Sleep(refreshInterval) }