Skip to content

Commit

Permalink
Merge pull request #53 from ipfs/feat/no-thread-safe
Browse files Browse the repository at this point in the history
remove thread-safe assertion
  • Loading branch information
Stebalien authored Mar 16, 2019
2 parents 736428e + 25ec9f5 commit d5e3c1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flatfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,3 @@ func (bt *flatfsBatch) Commit() error {

return nil
}

var _ datastore.ThreadSafeDatastore = (*Datastore)(nil)

func (*Datastore) IsThreadSafe() {}

0 comments on commit d5e3c1f

Please sign in to comment.