Chore: add remove TODO

This commit is contained in:
Dreamacro
2021-10-05 12:42:21 +08:00
parent 537b672fcf
commit 4f1fac02ab
4 changed files with 24 additions and 17 deletions

View File

@ -75,6 +75,7 @@ func (c *CacheFile) Close() error {
return c.db.Close()
}
// TODO: remove migrateCache until 2022
func migrateCache() {
defer func() {
db, err := bolt.Open(C.Path.Cache(), fileMode, nil)