Skip to content

Commit

Permalink
Remove H5Fget_obj_count from unused API test (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Nov 10, 2023
1 parent ef1bac9 commit 042df35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_rest_vol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1471,8 +1471,6 @@ test_unused_file_API_calls(void)
hid_t obj_id;
void *file_handle;

if (H5Fget_obj_count(file_id, H5F_OBJ_DATASET) >= 0)
TEST_ERROR
if (H5Fmount(file_id, "/", file_id, H5P_DEFAULT) >= 0)
TEST_ERROR
if (H5Funmount(file_id, "/") >= 0)
Expand Down

0 comments on commit 042df35

Please sign in to comment.