summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsnofs01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsnofs01/init.c')
-rw-r--r--testsuites/fstests/fsnofs01/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/fstests/fsnofs01/init.c b/testsuites/fstests/fsnofs01/init.c
index 3ddc615ba2..9d7f98b053 100644
--- a/testsuites/fstests/fsnofs01/init.c
+++ b/testsuites/fstests/fsnofs01/init.c
@@ -53,7 +53,6 @@ static void rtems_test_assert_equal_to_null_loc(
rtems_test_assert(null_loc->location.node_access == local_loc->node_access);
rtems_test_assert(null_loc->location.node_access_2 == local_loc->node_access_2);
rtems_test_assert(null_loc->location.handlers == local_loc->handlers);
- rtems_test_assert(null_loc->location.ops == local_loc->ops);
rtems_test_assert(null_loc->location.mt_entry == local_loc->mt_entry);
}