Skip to content

Commit 27b3b56

Browse files
committed
Removed unused constants
1 parent 7da19a4 commit 27b3b56

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

go/pkg/pass1/auto-ipv6-hosts.go

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ import (
99
"go4.org/netipx"
1010
)
1111

12-
const (
13-
hostsUnset = iota
14-
hostsNone
15-
hostsReadable
16-
hostsBinary
17-
)
18-
1912
func (c *spoc) getAutoIPv6Hosts(a *ast.Attribute, ctx string) string {
2013
v := c.getSingleValue(a, ctx)
2114
switch v {

0 commit comments

Comments
 (0)