Skip to content

Commit

Permalink
nat: remove unused portSpecTemplate const (deadcode)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 22, 2021
1 parent 790233e commit 83a13b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nat/nat.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ import (
"strings"
)

const (
// portSpecTemplate is the expected format for port specifications
portSpecTemplate = "ip:hostPort:containerPort"
)

// PortBinding represents a binding between a Host IP address and a Host Port
type PortBinding struct {
// HostIP is the host IP Address
Expand Down

0 comments on commit 83a13b4

Please sign in to comment.