summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
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/libnetworking
parentfstests/fsrename: Avoid double initialization (diff)
downloadrtems-eb7753437ff858ebe34a08baef7dfdb45eb0f018.tar.bz2
Filesystem: Delete unused fsmountme_h handler
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/lib/ftpfs.c1
-rw-r--r--cpukit/libnetworking/lib/tftpDriver.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libnetworking/lib/ftpfs.c
index 61c800755b..170cc3ef7b 100644
--- a/cpukit/libnetworking/lib/ftpfs.c
+++ b/cpukit/libnetworking/lib/ftpfs.c
@@ -1383,7 +1383,6 @@ static const rtems_filesystem_operations_table rtems_ftpfs_ops = {
.clonenod_h = rtems_filesystem_default_clonenode,
.freenod_h = rtems_ftpfs_free_node,
.mount_h = rtems_filesystem_default_mount,
- .fsmount_me_h = rtems_ftpfs_initialize,
.unmount_h = rtems_filesystem_default_unmount,
.fsunmount_me_h = rtems_ftpfs_unmount_me,
.utime_h = rtems_filesystem_default_utime,
diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libnetworking/lib/tftpDriver.c
index b114a498d9..fd7ddac6a8 100644
--- a/cpukit/libnetworking/lib/tftpDriver.c
+++ b/cpukit/libnetworking/lib/tftpDriver.c
@@ -1031,7 +1031,6 @@ static const rtems_filesystem_operations_table rtems_tftp_ops = {
.clonenod_h = rtems_tftp_clone,
.freenod_h = rtems_tftp_free_node_info,
.mount_h = rtems_filesystem_default_mount,
- .fsmount_me_h = rtems_tftpfs_initialize,
.unmount_h = rtems_filesystem_default_unmount,
.fsunmount_me_h = rtems_tftpfs_shutdown,
.utime_h = rtems_filesystem_default_utime,