Commit 25ec9f50 authored by Steven Allen's avatar Steven Allen

remove thread-safe assertion

Merge before: https://github.com/ipfs/go-datastore/pull/120
parent 736428e9
......@@ -1099,7 +1099,3 @@ func (bt *flatfsBatch) Commit() error {
return nil
}
var _ datastore.ThreadSafeDatastore = (*Datastore)(nil)
func (*Datastore) IsThreadSafe() {}
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