mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-01 07:46:55 +00:00
remove unused function
This commit is contained in:
@@ -353,11 +353,6 @@ func (b *BackfillWorker) reconcileDeletions(did, collection string, foundManifes
|
||||
return nil
|
||||
}
|
||||
|
||||
// processRecord processes a single record using the default processor.
|
||||
func (b *BackfillWorker) processRecord(ctx context.Context, did, collection string, record *atproto.Record) error {
|
||||
return b.processRecordWith(ctx, b.processor, did, collection, record)
|
||||
}
|
||||
|
||||
// processRecordWith processes a single record using the given processor.
|
||||
// This allows backfillRepo to use a transactional processor while other callers use the default.
|
||||
func (b *BackfillWorker) processRecordWith(ctx context.Context, proc *Processor, did, collection string, record *atproto.Record) error {
|
||||
|
||||
Reference in New Issue
Block a user