aboutsummaryrefslogtreecommitdiff
path: root/ref/store
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store')
-rw-r--r--ref/store/reading.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ref/store/reading.go b/ref/store/reading.go
index ff8ac6f7..66528127 100644
--- a/ref/store/reading.go
+++ b/ref/store/reading.go
@@ -34,7 +34,5 @@ type ReadingStore interface {
// Close releases resources associated with the store.
//
// Transactions and batches borrowing the store are invalid after Close.
- //
- // Labels: Close-UB.
Close() error
}