Unverified Commit d5e3c1fa authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #53 from ipfs/feat/no-thread-safe

remove thread-safe assertion
parents 736428e9 25ec9f50
......@@ -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