Explorar o código

Remove unused struct field

Jakob Borg %!s(int64=10) %!d(string=hai) anos
pai
achega
2b6a6b91f3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/beacon/multicast.go

+ 0 - 1
lib/beacon/multicast.go

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