Remove stray type definition
Noticed while working on Nomad Client's server selection code.
This commit is contained in:
parent
d4187bacc2
commit
94e2766423
|
@ -16,8 +16,6 @@ import (
|
|||
"github.com/hashicorp/consul/lib"
|
||||
)
|
||||
|
||||
type consulServerEventTypes int
|
||||
|
||||
const (
|
||||
// clientRPCJitterFraction determines the amount of jitter added to
|
||||
// clientRPCMinReuseDuration before a connection is expired and a new
|
||||
|
|
Loading…
Reference in New Issue