diff options
Diffstat (limited to 'plugin/dnssec/cache.go')
-rw-r--r-- | plugin/dnssec/cache.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/dnssec/cache.go b/plugin/dnssec/cache.go index 2acfe72a5..d80f5c1bb 100644 --- a/plugin/dnssec/cache.go +++ b/plugin/dnssec/cache.go @@ -43,7 +43,6 @@ func periodicClean(c *cache.Cache, stop <-chan struct{}) { case <-stop: return - } } } |