fixed build error

This commit is contained in:
Jarek Kowalski
2016-08-09 20:57:02 -07:00
parent 7455a99f9d
commit 455874f7cc

View File

@@ -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
}