Remove unused struct field

This commit is contained in:
Jakob Borg 2015-10-27 09:55:05 +01:00
parent 09a555fdd2
commit 2b6a6b91f3

View File

@ -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