summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/defaults/default_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/defaults/default_ops.c')
-rw-r--r--cpukit/libfs/src/defaults/default_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libfs/src/defaults/default_ops.c b/cpukit/libfs/src/defaults/default_ops.c
index 4c43df077b..274336f976 100644
--- a/cpukit/libfs/src/defaults/default_ops.c
+++ b/cpukit/libfs/src/defaults/default_ops.c
@@ -27,7 +27,6 @@ const rtems_filesystem_operations_table rtems_filesystem_operations_default = {
.eval_path_h = rtems_filesystem_default_eval_path,
.link_h = rtems_filesystem_default_link,
.are_nodes_equal_h = rtems_filesystem_default_are_nodes_equal,
- .node_type_h = rtems_filesystem_default_node_type,
.mknod_h = rtems_filesystem_default_mknod,
.rmnod_h = rtems_filesystem_default_rmnod,
.fchmod_h = rtems_filesystem_default_fchmod,