From 9bd37998c9ea890401b66604806f7d1fe06b9256 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 05:56:51 +0000 Subject: *: Repeated calls to Close are UB by default --- ref/store/reading.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'ref') 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 } -- cgit v1.3.1-10-gc9f91