mirror of
https://github.com/kopia/kopia.git
synced 2026-09-22 10:15:08 -04:00
fixed build error
This commit is contained in:
1 parent
7455a99f9d
commit
455874f7cc
1 file changed
-1
@@ -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