From 6e814b12737c8fbfd18bdc421858bc50126f5538 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 7 Feb 2018 00:02:42 -0800 Subject: [PATCH] Remove unused enum value. --- pixiecore/logging.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pixiecore/logging.go b/pixiecore/logging.go index e77214a..54ae638 100644 --- a/pixiecore/logging.go +++ b/pixiecore/logging.go @@ -53,8 +53,7 @@ func (m machineState) Progress() string { } const ( - machineStateUnknown machineState = iota - machineStateProxyDHCP + machineStateProxyDHCP = iota machineStatePXE machineStateTFTP machineStateProxyDHCPIpxe