From eb7753437ff858ebe34a08baef7dfdb45eb0f018 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Feb 2015 15:37:00 +0100 Subject: Filesystem: Delete unused fsmountme_h handler --- cpukit/libcsupport/src/__usrenv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libcsupport/src') diff --git a/cpukit/libcsupport/src/__usrenv.c b/cpukit/libcsupport/src/__usrenv.c index 8fd107e011..567d42d4d9 100644 --- a/cpukit/libcsupport/src/__usrenv.c +++ b/cpukit/libcsupport/src/__usrenv.c @@ -210,7 +210,6 @@ static const rtems_filesystem_operations_table null_ops = { .clonenod_h = null_op_clonenode, .freenod_h = rtems_filesystem_default_freenode, .mount_h = null_op_mount, - .fsmount_me_h = null_op_fsmount_me, .unmount_h = null_op_unmount, .fsunmount_me_h = null_op_fsunmount_me, .utime_h = null_op_utime, -- cgit v1.2.3