Commit 88d25cdc authored by yeya24's avatar yeya24 Committed by Miek Gieben

remove an unused variable (#3278)

Signed-off-by: default avataryeya24 <yb532204897@gmail.com>
parent ac36144f
......@@ -2,7 +2,6 @@ package health
import (
"net/http"
"sync"
"time"
"github.com/coredns/coredns/plugin"
......@@ -48,5 +47,3 @@ var (
Help: "Histogram of the time (in seconds) each request took.",
})
)
var once sync.Once
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment