Skip to content

Commit

Permalink
Merge pull request ipfs#32 from JustinDrake/patch-2
Browse files Browse the repository at this point in the history
Remove diaglock as per ipfs#26
  • Loading branch information
whyrusleeping authored Nov 16, 2016
2 parents 859ab8f + baea5a3 commit 3ade5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ type IpfsDHT struct {
providers *providers.ProviderManager

birth time.Time // When this peer started up
diaglock sync.Mutex // lock to make diagnostics work better

Validator record.Validator // record validator funcs
Selector record.Selector // record selection funcs
Expand Down

0 comments on commit 3ade5ff

Please sign in to comment.