Skip to content

Commit 25ec9f5

Browse files
committed
remove thread-safe assertion
Merge before: ipfs/go-datastore#120
1 parent 736428e commit 25ec9f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flatfs.go

-4
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,3 @@ func (bt *flatfsBatch) Commit() error {
10991099

11001100
return nil
11011101
}
1102-
1103-
var _ datastore.ThreadSafeDatastore = (*Datastore)(nil)
1104-
1105-
func (*Datastore) IsThreadSafe() {}

0 commit comments

Comments
 (0)