Remove an UNSED that is no longer necessary
This commit is contained in:
parent
e3bffdf92d
commit
43936a6a69
@ -442,7 +442,6 @@ static int fat_close(FAR struct file *filep)
|
|||||||
|
|
||||||
if (ff->ff_buffer)
|
if (ff->ff_buffer)
|
||||||
{
|
{
|
||||||
(void)fs; /* Unused if fat_io_free == free(). */
|
|
||||||
fat_io_free(ff->ff_buffer, fs->fs_hwsectorsize);
|
fat_io_free(ff->ff_buffer, fs->fs_hwsectorsize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user