aboutsummaryrefslogtreecommitdiff
path: root/plugin/auto/auto.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auto/auto.go')
-rw-r--r--plugin/auto/auto.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/auto/auto.go b/plugin/auto/auto.go
index 84e3222cd..74a48a205 100644
--- a/plugin/auto/auto.go
+++ b/plugin/auto/auto.go
@@ -34,8 +34,6 @@ type (
transferTo []string
ReloadInterval time.Duration
upstream *upstream.Upstream // Upstream for looking up names during the resolution process.
-
- duration time.Duration
}
)