Remove an UNSED that is no longer necessary

This commit is contained in:
Gregory Nutt 2015-03-14 18:41:26 -06:00
parent e3bffdf92d
commit 43936a6a69

View File

@ -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);
} }