mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 01:01:00 +01:00
remove an unused variable (#3278)
Signed-off-by: yeya24 <yb532204897@gmail.com>
This commit is contained in:
parent
ac36144f07
commit
88d25cdc20
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user