From fd63a81706a8df6329fc0498f1c467172afbc092 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Tue, 10 May 2016 18:56:28 -0700 Subject: [PATCH] Remove stray type definition Noticed while working on Nomad Client's server selection code. --- consul/servers/manager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/consul/servers/manager.go b/consul/servers/manager.go index 15814697e8..c343d460ad 100644 --- a/consul/servers/manager.go +++ b/consul/servers/manager.go @@ -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