diff --git a/include/nuttx/fs/fs.h b/include/nuttx/fs/fs.h index e0293527fd1..92e337b6b46 100644 --- a/include/nuttx/fs/fs.h +++ b/include/nuttx/fs/fs.h @@ -157,10 +157,6 @@ #define CH_STAT_ATIME (1 << 3) #define CH_STAT_MTIME (1 << 4) -/* nx_umount() is equivalent to nx_umount2() with flags = 0 */ - -#define umount(t) umount2(t,0) - /**************************************************************************** * Public Type Definitions ****************************************************************************/