diff options
Diffstat (limited to 'refstore/files/close.go')
| -rw-r--r-- | refstore/files/close.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/refstore/files/close.go b/refstore/files/close.go deleted file mode 100644 index 58f400a5..00000000 --- a/refstore/files/close.go +++ /dev/null @@ -1,11 +0,0 @@ -package files - -// Close releases resources associated with the store. -// -// Store borrows gitRoot, so Close does not close it. -// Transactions and batches borrowing the store are invalid after Close. -// -// Repeated calls to Close are undefined behavior. -func (store *Store) Close() error { - return store.commonRoot.Close() -} |
