Skip to content

Commit

Permalink
removed HDF 1.13 code, build requires 1.14 and greater
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 14, 2024
1 parent 039c8fa commit 137c098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/h5_async_vol.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@ static herr_t H5VL_async_object_optional(void *obj, const H5VL_loc_params_t *loc

/* Container/connector introspection callbacks */
static herr_t H5VL_async_introspect_get_conn_cls(void *obj, H5VL_get_conn_lvl_t lvl,
const H5VL_class_t **conn_cls);


static herr_t H5VL_async_introspect_get_cap_flags(const void *info, uint64_t *cap_flags);
static herr_t H5VL_async_introspect_opt_query(void *obj, H5VL_subclass_t cls, int opt_type, uint64_t *flags);
Expand Down

0 comments on commit 137c098

Please sign in to comment.