From dcb6901593502afec46529774c36ea4cbf0fed41 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 2 Feb 2016 15:11:35 -0500 Subject: [PATCH] remove unneeded assignment --- command/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/server.go b/command/server.go index 762ee21efd..72680c9a59 100644 --- a/command/server.go +++ b/command/server.go @@ -152,7 +152,6 @@ func (c *ServerCommand) Run(args []string) int { coreConfig.AdvertiseAddr = config.HABackend.AdvertiseAddr } else { if coreConfig.HAPhysical, ok = backend.(physical.HABackend); ok { - coreConfig.HAPhysical = backend.(physical.HABackend) coreConfig.AdvertiseAddr = config.Backend.AdvertiseAddr } }