Skip to content

Commit

Permalink
Remove duplicate sec2 VFD ID variable (#5013)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Oct 25, 2024
1 parent ee61dd5 commit 8b2f40f
Showing 1 changed file with 1 addition and 6 deletions.
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

0 comments on commit 8b2f40f

Please sign in to comment.