mirror of
https://github.com/kopia/kopia.git
synced 2026-03-14 20:26:51 -04:00
fixed build error
This commit is contained in:
@@ -181,7 +181,6 @@ func (c *cachingStorage) Flush() error {
|
||||
|
||||
func (c *cachingStorage) Close() error {
|
||||
if c.db != nil {
|
||||
c.evict()
|
||||
c.db.Close()
|
||||
c.db = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user