summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-05 09:37:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-05 09:37:36 +0100
commit5b5d2fd4f2c0646dad15a39f529b5eda94b3d1a0 (patch)
treea2911fabe5964288fa1ebc823be19e0d9fa8add7
parenttests: Refactor parallel test execution (diff)
downloadrtems-5b5d2fd4f2c0646dad15a39f529b5eda94b3d1a0.tar.bz2
Filesystem: Delete unused null_op_fsmount_me()
-rw-r--r--cpukit/libcsupport/src/__usrenv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/libcsupport/src/__usrenv.c b/cpukit/libcsupport/src/__usrenv.c
index 567d42d4d9..a05295d642 100644
--- a/cpukit/libcsupport/src/__usrenv.c
+++ b/cpukit/libcsupport/src/__usrenv.c
@@ -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
)