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 duplicate sec2 VFD ID variable #5013

Merged
merged 1 commit into from
Oct 25, 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
7 changes: 1 addition & 6 deletions src/H5FDwindows.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/* Public header files */
#include "H5FDpublic.h" /* File drivers */
#include "H5FDsec2.h" /* sec2 driver */

/** ID for the windows VFD */
#define H5FD_WINDOWS (H5OPEN H5FD_SEC2_id_g)
Expand All @@ -30,12 +31,6 @@
extern "C" {
#endif /* __cplusplus */

/** @private
*
* \brief ID for the windows (sec2) VFD
*/
H5_DLLVAR hid_t H5FD_SEC2_id_g;

/**
* \ingroup FAPL
*
Expand Down
Loading