From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- ref/store/files/batch_queue.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ref/store/files/batch_queue.go (limited to 'ref/store/files/batch_queue.go') diff --git a/ref/store/files/batch_queue.go b/ref/store/files/batch_queue.go deleted file mode 100644 index afec5a78..00000000 --- a/ref/store/files/batch_queue.go +++ /dev/null @@ -1,12 +0,0 @@ -package files - -func (batch *Batch) queue(op queuedUpdate) error { - err := (&refUpdateExecutor{store: batch.store}).validateQueuedUpdate(op) - if err != nil { - return err - } - - batch.ops = append(batch.ops, op) - - return nil -} -- cgit v1.3.1-10-gc9f91