Remove unused struct field

This commit is contained in:
Jakob Borg 2015-10-27 09:55:05 +01:00
parent 09a555fdd2
commit 2b6a6b91f3
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import (
type Multicast struct {
*suture.Supervisor
addr *net.UDPAddr
inbox chan []byte
outbox chan recv
mr *multicastReader