mirror of
https://github.com/kopia/kopia.git
synced 2026-01-28 16:23:04 -05: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