Skip to content

Commit 83a13b4

Browse files
committed
nat: remove unused portSpecTemplate const (deadcode)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 790233e commit 83a13b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nat/nat.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import (
88
"strings"
99
)
1010

11-
const (
12-
// portSpecTemplate is the expected format for port specifications
13-
portSpecTemplate = "ip:hostPort:containerPort"
14-
)
15-
1611
// PortBinding represents a binding between a Host IP address and a Host Port
1712
type PortBinding struct {
1813
// HostIP is the host IP Address

0 commit comments

Comments
 (0)