Removed fpathconf file system node handler.

There existed no calling function for this handler.
This commit is contained in:
Sebastian Huber
2012-02-02 15:45:16 +01:00
parent 184a612ebe
commit 1052242d23
20 changed files with 1 additions and 72 deletions

View File

@@ -1317,7 +1317,6 @@ static const rtems_filesystem_file_handlers_r rtems_ftpfs_handlers = {
.fstat_h = rtems_ftpfs_fstat,
.fchmod_h = rtems_filesystem_default_fchmod,
.ftruncate_h = rtems_ftpfs_ftruncate,
.fpathconf_h = rtems_filesystem_default_fpathconf,
.fsync_h = rtems_filesystem_default_fsync,
.fdatasync_h = rtems_filesystem_default_fdatasync,
.fcntl_h = rtems_filesystem_default_fcntl,
@@ -1334,7 +1333,6 @@ static const rtems_filesystem_file_handlers_r rtems_ftpfs_root_handlers = {
.fstat_h = rtems_filesystem_default_fstat,
.fchmod_h = rtems_filesystem_default_fchmod,
.ftruncate_h = rtems_filesystem_default_ftruncate,
.fpathconf_h = rtems_filesystem_default_fpathconf,
.fsync_h = rtems_filesystem_default_fsync,
.fdatasync_h = rtems_filesystem_default_fdatasync,
.fcntl_h = rtems_filesystem_default_fcntl,