mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
lib/sync: Remove unused struct field
This commit is contained in:
parent
9abb7b71a9
commit
e57f5499a1
@ -85,7 +85,6 @@ func (h holder) String() string {
|
|||||||
|
|
||||||
type loggedMutex struct {
|
type loggedMutex struct {
|
||||||
sync.Mutex
|
sync.Mutex
|
||||||
start time.Time
|
|
||||||
holder atomic.Value
|
holder atomic.Value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user