Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused H5VLpeek_connector_id_by_value #128

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading