Commit b383d670 authored by Steven Allen's avatar Steven Allen

remove thread-safe assertion

Merge before: https://github.com/ipfs/go-datastore/pull/120
parent daa8dc84
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment