Killed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3423 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5de319399
commit
9cb9c821a0
1 changed files with 2 additions and 0 deletions
|
@ -337,7 +337,9 @@ static int flush_cache(int fd)
|
|||
{
|
||||
int rc;
|
||||
struct filedesc* file = &openfiles[fd];
|
||||
#if 0
|
||||
int sector = file->fileoffset / SECTOR_SIZE;
|
||||
#endif
|
||||
|
||||
DEBUGF("Flushing dirty sector cache %x\n", sector);
|
||||
|
||||
|
|
Loading…
Reference in a new issue