diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/cache_common.c | 11 | ||||
-rw-r--r-- | test/earray.c | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/test/cache_common.c b/test/cache_common.c index 247ac57..4bea2a8 100644 --- a/test/cache_common.c +++ b/test/cache_common.c @@ -314,7 +314,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, pico_free_icr, NULL, - NULL, }, { NANO_ENTRY_TYPE, @@ -329,7 +328,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, nano_free_icr, NULL, - NULL, }, { MICRO_ENTRY_TYPE, @@ -344,7 +342,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, micro_free_icr, NULL, - NULL, }, { TINY_ENTRY_TYPE, @@ -359,7 +356,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, tiny_free_icr, NULL, - NULL, }, { SMALL_ENTRY_TYPE, @@ -374,7 +370,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, small_free_icr, NULL, - NULL, }, { MEDIUM_ENTRY_TYPE, @@ -389,7 +384,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, medium_free_icr, NULL, - NULL, }, { LARGE_ENTRY_TYPE, @@ -404,7 +398,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, large_free_icr, NULL, - NULL, }, { HUGE_ENTRY_TYPE, @@ -419,7 +412,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, huge_free_icr, NULL, - NULL, }, { MONSTER_ENTRY_TYPE, @@ -434,7 +426,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, monster_free_icr, NULL, - NULL, }, { VARIABLE_ENTRY_TYPE, @@ -449,7 +440,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = NULL, variable_free_icr, NULL, - NULL, }, { NOTIFY_ENTRY_TYPE, @@ -464,7 +454,6 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] = notify_notify, notify_free_icr, NULL, - NULL, } }; diff --git a/test/earray.c b/test/earray.c index 5211b97..17daefd 100644 --- a/test/earray.c +++ b/test/earray.c @@ -197,7 +197,6 @@ const H5AC_class_t H5AC_EARRAY_TEST[1] = {{ /* serialize */ earray_cache_test_serialize, /* notify */ NULL, /* free_icr */ earray_cache_test_free_icr, - /* clear */ NULL, /* fsf_size */ NULL, }}; |