mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Remove an UNSED that is no longer necessary
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user