mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
remove an unused variable (#3278)
Signed-off-by: yeya24 <yb532204897@gmail.com>
This commit is contained in:
@@ -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 (
|
|||||||
Help: "Histogram of the time (in seconds) each request took.",
|
Help: "Histogram of the time (in seconds) each request took.",
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
var once sync.Once
|
|
||||||
|
|||||||
Reference in New Issue
Block a user