summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 4bcf25bad2..ec713e29a4 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -3300,7 +3300,7 @@ void tagcache_unload_ramcache(void)
3300{ 3300{
3301 stat.ramcache = false; 3301 stat.ramcache = false;
3302 /* Just to make sure there is no statefile present. */ 3302 /* Just to make sure there is no statefile present. */
3303 remove(TAGCACHE_STATEFILE); 3303 // remove(TAGCACHE_STATEFILE);
3304} 3304}
3305#endif 3305#endif
3306 3306