all: Clean up dead code
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3005
This commit is contained in:
committed by
Audrius Butkevicius
parent
dffc34559b
commit
e87c1abd4e
@@ -21,7 +21,6 @@ type ProgressEmitter struct {
|
||||
registry map[string]*sharedPullerState
|
||||
interval time.Duration
|
||||
minBlocks int
|
||||
lastUpdate time.Time
|
||||
sentDownloadStates map[protocol.DeviceID]*sentDownloadState // States representing what we've sent to the other peer via DownloadProgress messages.
|
||||
connections map[string][]protocol.Connection
|
||||
mut sync.Mutex
|
||||
|
||||
Reference in New Issue
Block a user