diff --git a/datastore.go b/datastore.go index b1807fe..d8fe71e 100644 --- a/datastore.go +++ b/datastore.go @@ -190,8 +190,6 @@ func (d *Datastore) Close() error { return d.DB.Close() } -func (d *Datastore) IsThreadSafe() {} - func (d *Datastore) Batch() (ds.Batch, error) { tx, _ := d.NewTransaction(false) return tx, nil