mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 23:49:56 +08:00
Filesystem: Delete unused null_op_fsmount_me()
This commit is contained in:
@@ -128,14 +128,6 @@ static int null_op_mount(
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int null_op_fsmount_me(
|
||||
rtems_filesystem_mount_table_entry_t *mt_entry,
|
||||
const void *data
|
||||
)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int null_op_unmount(
|
||||
rtems_filesystem_mount_table_entry_t *mt_entry
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user