9
0
Fork 0

Remove an UNSED that is no longer necessary

This commit is contained in:
Gregory Nutt 2015-03-14 18:41:26 -06:00
parent f00445490c
commit 8284335d29
1 changed files with 0 additions and 1 deletions

View File

@ -442,7 +442,6 @@ static int fat_close(FAR struct file *filep)
if (ff->ff_buffer)
{
(void)fs; /* Unused if fat_io_free == free(). */
fat_io_free(ff->ff_buffer, fs->fs_hwsectorsize);
}