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/transaction_commit.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ref/store/files/transaction_commit.go (limited to 'ref/store/files/transaction_commit.go') diff --git a/ref/store/files/transaction_commit.go b/ref/store/files/transaction_commit.go deleted file mode 100644 index aeea497e..00000000 --- a/ref/store/files/transaction_commit.go +++ /dev/null @@ -1,13 +0,0 @@ -package files - -// Commit validates and applies the queued updates atomically. -func (tx *Transaction) Commit() error { - executor := &refUpdateExecutor{store: tx.store} - - prepared, err := executor.prepareUpdates(tx.ops) - if err != nil { - return err - } - - return executor.commitPreparedUpdates(prepared) -} -- cgit v1.3.1-10-gc9f91