diff options
Diffstat (limited to 'ref')
| -rw-r--r-- | ref/store/reading.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ref/store/reading.go b/ref/store/reading.go index 99f8278c..07814c00 100644 --- a/ref/store/reading.go +++ b/ref/store/reading.go @@ -31,10 +31,4 @@ type ReadingStore interface { // // Labels: Life-Parent. List(pattern string) ([]ref.Ref, error) - // Close releases resources associated with the store. - // - // Transactions and batches borrowing the store are invalid after Close. - // - // Labels: MT-Unsafe. - Close() error } |
