Skip to content

Commit 86a58b5

Browse files
josharianzx2c4
authored andcommitted
device: remove unused fields from DummyDatagram and DummyBind
Signed-off-by: Josh Bleecher Snyder <[email protected]>
1 parent 6a2ecb5 commit 86a58b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

device/bind_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ import (
1414
type DummyDatagram struct {
1515
msg []byte
1616
endpoint conn.Endpoint
17-
world bool // better type
1817
}
1918

2019
type DummyBind struct {
2120
in6 chan DummyDatagram
22-
ou6 chan DummyDatagram
2321
in4 chan DummyDatagram
24-
ou4 chan DummyDatagram
2522
closed bool
2623
}
2724

0 commit comments

Comments
 (0)