Browse Source

Remove unused struct field

Jakob Borg 10 năm trước cách đây
mục cha
commit
2b6a6b91f3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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