diff --git a/db/collection_delete.go b/db/collection_delete.go index 293e72b9c2..461da18a90 100644 --- a/db/collection_delete.go +++ b/db/collection_delete.go @@ -341,6 +341,7 @@ func (c *Collection) DeleteWithDocs(docs []*document.SimpleDocument, opts ...cli return nil } +//nolint:unused func (c *Collection) deleteWithFilter(ctx context.Context, txn core.Txn, filter interface{}, opts ...client.DeleteOpt) (*client.DeleteResult, error) { return nil, nil }