From 43936a6a69a6e1a5ecc3e881540c151c904067d5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 14 Mar 2015 18:41:26 -0600 Subject: [PATCH] Remove an UNSED that is no longer necessary --- fs/fat/fs_fat32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/fat/fs_fat32.c b/fs/fat/fs_fat32.c index eb64e83ee5..d755493006 100644 --- a/fs/fat/fs_fat32.c +++ b/fs/fat/fs_fat32.c @@ -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); }