aboutsummaryrefslogtreecommitdiff
path: root/middleware/erratic/autopath.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/erratic/autopath.go')
-rw-r--r--middleware/erratic/autopath.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/middleware/erratic/autopath.go b/middleware/erratic/autopath.go
deleted file mode 100644
index 79b0ec847..000000000
--- a/middleware/erratic/autopath.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package erratic
-
-import "github.com/coredns/coredns/request"
-
-// AutoPath implements the AutoPathFunc call from the autopath middleware.
-func (e *Erratic) AutoPath(state request.Request) []string {
- return []string{"a.example.org.", "b.example.org.", ""}
-}