[rtems commit] Filesystem: Delete unused null_op_fsmount_me()

Sebastian Huber sebh at rtems.org
Thu Mar 5 10:35:54 UTC 2015


Module:    rtems
Branch:    master
Commit:    5b5d2fd4f2c0646dad15a39f529b5eda94b3d1a0
Changeset: http://git.rtems.org/rtems/commit/?id=5b5d2fd4f2c0646dad15a39f529b5eda94b3d1a0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar  5 09:37:36 2015 +0100

Filesystem: Delete unused null_op_fsmount_me()

---

 cpukit/libcsupport/src/__usrenv.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/cpukit/libcsupport/src/__usrenv.c b/cpukit/libcsupport/src/__usrenv.c
index 567d42d..a05295d 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
 )



More information about the vc mailing list