Skip to content

Commit

Permalink
remove thread-safe assertion
Browse files Browse the repository at this point in the history
Merge before: ipfs/go-datastore#120
  • Loading branch information
Stebalien committed Mar 15, 2019
1 parent daa8dc8 commit b383d67
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 b383d67

Please sign in to comment.