summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_inodefind.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_inodefind.c')
-rw-r--r--nuttx/fs/fs_inodefind.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/fs/fs_inodefind.c b/nuttx/fs/fs_inodefind.c
index 215710311..4f525f83c 100644
--- a/nuttx/fs/fs_inodefind.c
+++ b/nuttx/fs/fs_inodefind.c
@@ -43,8 +43,6 @@
#include <nuttx/fs.h>
#include "fs_internal.h"
-#if CONFIG_NFILE_DESCRIPTORS >0
-
/************************************************************
* Definitions
************************************************************/
@@ -97,6 +95,3 @@ FAR struct inode *inode_find(const char *path, const char **relpath)
return node;
}
-#endif /* CONFIG_NFILE_DESCRIPTORS */
-
-