Skip to content

Commit

Permalink
Merge pull request #128 from mattjala/remove_peek
Browse files Browse the repository at this point in the history
Remove unused H5VLpeek_connector_id_by_value
  • Loading branch information
derobins authored Oct 14, 2024
2 parents 542eec6 + 30c9017 commit 04c3b5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/rest_vol.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,6 @@
*/
#define UNUSED_VAR(arg) (void)arg;

/* Macro to ensure H5_rest_id_g is initialized. */
#define H5_REST_G_INIT(ERR) \
do { \
if (H5_rest_id_g < 0) \
if ((H5_rest_id_g = H5VLpeek_connector_id_by_value(HDF5_VOL_REST_CLS_VAL)) < 0) \
FUNC_GOTO_ERROR(H5E_ID, H5E_CANTGET, ERR, \
"unable to get registered ID for REST VOL connector"); \
} while (0)

/* Capability flags for the VOL REST connector */
#define H5VL_VOL_REST_CAP_FLAGS \
H5VL_CAP_FLAG_FILE_BASIC \
Expand Down

0 comments on commit 04c3b5f

Please sign in to comment.