mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +00:00
Remove unused struct field
This commit is contained in:
parent
09a555fdd2
commit
2b6a6b91f3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user