diff options
| author | 2026-03-29 05:56:51 +0000 | |
|---|---|---|
| committer | 2026-03-29 05:56:51 +0000 | |
| commit | 9bd37998c9ea890401b66604806f7d1fe06b9256 (patch) | |
| tree | fcfe8439d374702a2527bb43c4b3555c541e9a15 /ref/store/reading.go | |
| parent | README: Repository gets new methods (diff) | |
| signature | No signature | |
*: Repeated calls to Close are UB by default v0.1.132
Diffstat (limited to 'ref/store/reading.go')
| -rw-r--r-- | ref/store/reading.go | 2 |
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 } |
