Browse Source

Remove unused struct field

Jakob Borg 10 years ago
parent
commit
2b6a6b91f3
1 changed files with 0 additions and 1 deletions
  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