Skip to content

Commit

Permalink
Merge pull request #27 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 daa8dc8 + b383d67 commit 253c31f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ func (d *Datastore) Close() (err error) {
return d.DB.Close()
}

func (d *Datastore) IsThreadSafe() {}

type leveldbBatch struct {
b *leveldb.Batch
db *leveldb.DB
Expand Down

0 comments on commit 253c31f

Please sign in to comment.