Filesystem: Delete unused null_op_fsmount_me()

This commit is contained in:
Sebastian Huber
2015-03-05 09:37:36 +01:00
parent 7f577d3a56
commit 5b5d2fd4f2
-8
View File
@@ -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
)