mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
fix: delete unused var and const (#3294)
Signed-off-by: hwdef <hwdef97@gmail.com>
This commit is contained in:
@@ -199,15 +199,6 @@ var (
|
||||
ErrCachedClosed = errors.New("cached connection was closed by peer")
|
||||
)
|
||||
|
||||
// policy tells forward what policy for selecting upstream it uses.
|
||||
type policy int
|
||||
|
||||
const (
|
||||
randomPolicy policy = iota
|
||||
roundRobinPolicy
|
||||
sequentialPolicy
|
||||
)
|
||||
|
||||
// options holds various options that can be set.
|
||||
type options struct {
|
||||
forceTCP bool
|
||||
|
||||
Reference in New Issue
Block a user