update TODO list

This commit is contained in:
josch
2014-12-30 14:17:15 +01:00
parent 3fbb3b01ff
commit 0fed0341fa
3 changed files with 10 additions and 8 deletions

View File

@@ -1715,14 +1715,8 @@ void folder_tree_housekeep(folder_tree * tree, mfconn * conn)
}
}
/* TODO: remove unreferenced cached files */
/*
* for file in cache directory:
* e = folder_tree_lookup_key(file.key)
* if e == None:
* delete(file)
*/
/* TODO: should this routine call folder_tree_cleanup_filecache to remove
* unreferenced or outdated files in the cache? */
}
void folder_tree_debug_helper(folder_tree * tree, struct h_entry *ent,