Skip to content

Commit 219f2bb

Browse files
committed
remove thread-safe assertion
Merge before: ipfs/go-datastore#120
1 parent bbdf9ad commit 219f2bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datastore.go

-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ func (d *Datastore) Close() error {
190190
return d.DB.Close()
191191
}
192192

193-
func (d *Datastore) IsThreadSafe() {}
194-
195193
func (d *Datastore) Batch() (ds.Batch, error) {
196194
tx, _ := d.NewTransaction(false)
197195
return tx, nil

0 commit comments

Comments
 (0)