aboutsummaryrefslogtreecommitdiff
path: root/ref
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 17:48:08 +0000
committerGravatar Runxi Yu2026-03-30 17:48:08 +0000
commitd298ab6caba5f1e70c58155f4efa33ef2d16a1c2 (patch)
tree37c3ba1a136a787b30fe4a90f30735b334792853 /ref
parentobject/store/loose: Fix hex shard, I was stupid (diff)
signatureNo signature
ref/store: Remove ReadWriteStore
Diffstat (limited to 'ref')
-rw-r--r--ref/store/read_write_store.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/ref/store/read_write_store.go b/ref/store/read_write_store.go
deleted file mode 100644
index 7be1af61..00000000
--- a/ref/store/read_write_store.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package refstore
-
-// ReadWriteStore supports reading, atomic transactions, and non-atomic batches.
-type ReadWriteStore interface {
- ReadingStore
- TransactionalStore
- BatchStore
-}