summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/nfsclient/src/nfs.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-09 15:37:00 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-09 15:38:48 +0100
commiteb7753437ff858ebe34a08baef7dfdb45eb0f018 (patch)
tree3e9a8ac739f7f7ee63472879343796ea0bded5d9 /cpukit/libfs/src/nfsclient/src/nfs.c
parentb4e52ce90f0805fe3bcac655bf2d9bfc13ccac77 (diff)
Filesystem: Delete unused fsmountme_h handler
Diffstat (limited to 'cpukit/libfs/src/nfsclient/src/nfs.c')
-rw-r--r--cpukit/libfs/src/nfsclient/src/nfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c
index 9ce5924ca8..8980c30b4a 100644
--- a/cpukit/libfs/src/nfsclient/src/nfs.c
+++ b/cpukit/libfs/src/nfsclient/src/nfs.c
@@ -2287,7 +2287,6 @@ const struct _rtems_filesystem_operations_table nfs_fs_ops = {
.clonenod_h = nfs_clonenode,
.freenod_h = nfs_freenode,
.mount_h = rtems_filesystem_default_mount,
- .fsmount_me_h = rtems_nfs_initialize,
.unmount_h = rtems_filesystem_default_unmount,
.fsunmount_me_h = nfs_fsunmount_me,
.utime_h = nfs_utime,