From 8620e3e864470eb16c17e3669bd7ea690a87ab52 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 16 Sep 2007 11:39:49 +0000 Subject: [PATCH] Remove redundant remove call, which caused problems in the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14728 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/dircache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c index ab33d1213d..7e8d48747f 100644 --- a/firmware/common/dircache.c +++ b/firmware/common/dircache.c @@ -531,7 +531,6 @@ static int dircache_do_rebuild(void) /* Measure how long it takes build the cache. */ start_tick = current_tick; - remove(DIRCACHE_FILE); dircache_initializing = true; #ifdef SIMULATOR