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 ...@@ -2,7 +2,6 @@ package health
import ( import (
"net/http" "net/http"
"sync"
"time" "time"
"github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin"
...@@ -48,5 +47,3 @@ var ( ...@@ -48,5 +47,3 @@ var (
Help: "Histogram of the time (in seconds) each request took.", 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