Remove unused struct field
This commit is contained in:
@@ -18,7 +18,6 @@ import (
|
|||||||
|
|
||||||
type Multicast struct {
|
type Multicast struct {
|
||||||
*suture.Supervisor
|
*suture.Supervisor
|
||||||
addr *net.UDPAddr
|
|
||||||
inbox chan []byte
|
inbox chan []byte
|
||||||
outbox chan recv
|
outbox chan recv
|
||||||
mr *multicastReader
|
mr *multicastReader
|
||||||
|
|||||||
Reference in New Issue
Block a user