Skip to content

Commit 6786229

Browse files
committed
fix const arpRequestOp is unused (unused)
1 parent 09b1530 commit 6786229

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ipmanager/basicConfigurer_linux.go

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import (
66
"syscall"
77
)
88

9-
const (
10-
arpRequestOp = 1
11-
arpReplyOp = 2
12-
)
13-
149
func htons(i uint16) uint16 {
1510
return (i<<8)&0xff00 | i>>8
1611
}

0 commit comments

Comments
 (0)