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:
parent
7929b03df4
commit
8620e3e864
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue