Skip to content

Commit

Permalink
reverted past fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 8, 2021
1 parent c4279a6 commit efb9b71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions h5_test/tst_h_atts3.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,7 @@ main()
hid_t file_typeid1[NUM_OBJ_1], native_typeid1[NUM_OBJ_1];
hid_t file_typeid2, native_typeid2;
hsize_t num_obj;
#if H5_VERSION_GE(1,12,0)
H5O_info2_t obj_info;
#else
H5O_info_t obj_info;
#endif
char obj_name[STR_LEN + 1];
hsize_t dims[1] = {ATT_LEN}; /* netcdf attributes always 1-D. */

Expand Down

0 comments on commit efb9b71

Please sign in to comment.