1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Magnus Holmgren 2007-09-16 11:39:49 +00:00
parent 7929b03df4
commit 8620e3e864

View file

@ -531,7 +531,6 @@ static int dircache_do_rebuild(void)
/* Measure how long it takes build the cache. */ /* Measure how long it takes build the cache. */
start_tick = current_tick; start_tick = current_tick;
remove(DIRCACHE_FILE);
dircache_initializing = true; dircache_initializing = true;
#ifdef SIMULATOR #ifdef SIMULATOR