From 5b5d2fd4f2c0646dad15a39f529b5eda94b3d1a0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Mar 2015 09:37:36 +0100 Subject: [PATCH] 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 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 )