Skip to content

Commit

Permalink
Remove unused enum value.
Browse files Browse the repository at this point in the history
  • Loading branch information
danderson committed Feb 7, 2018
1 parent cf66618 commit 6e814b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pixiecore/logging.go
Expand Up @@ -53,8 +53,7 @@ func (m machineState) Progress() string {
}

const (
machineStateUnknown machineState = iota
machineStateProxyDHCP
machineStateProxyDHCP = iota
machineStatePXE
machineStateTFTP
machineStateProxyDHCPIpxe
Expand Down

0 comments on commit 6e814b1

Please sign in to comment.