mirror of https://github.com/hashicorp/consul
Remove stray type definition
Noticed while working on Nomad Client's server selection code.pull/2039/head
parent
2f0a95a2d9
commit
fd63a81706
|
@ -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