summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_fat32attrib.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_fat32attrib.c')
-rw-r--r--nuttx/fs/fs_fat32attrib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/fs/fs_fat32attrib.c b/nuttx/fs/fs_fat32attrib.c
index 6c7c8c6b3..7537fbf98 100644
--- a/nuttx/fs/fs_fat32attrib.c
+++ b/nuttx/fs/fs_fat32attrib.c
@@ -51,8 +51,6 @@
#include "fs_internal.h"
#include "fs_fat32.h"
-#if defined(CONFIG_FS_FAT) && !defined(CONFIG_DISABLE_MOUNTPOUNT)
-
/************************************************************
* Private Functions
************************************************************/
@@ -190,5 +188,3 @@ int fat_setattrib(const char *path, fat_attrib_t setbits, fat_attrib_t clearbits
return fat_attrib(path, NULL, setbits, clearbits);
}
-#endif /* CONFIG_FS_FAT && !CONFIG_DISABLE_MOUNTPOUNT */
-