lib/sync: Remove unused struct field

This commit is contained in:
Jakob Borg 2016-11-24 11:30:55 +01:00
parent 9abb7b71a9
commit e57f5499a1

View File

@ -85,7 +85,6 @@ func (h holder) String() string {
type loggedMutex struct {
sync.Mutex
start time.Time
holder atomic.Value
}