summaryrefslogtreecommitdiffstats
path: root/src/H5Gmodule.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-11 18:06:37 (GMT)
committerGitHub <noreply@github.com>2022-04-11 18:06:37 (GMT)
commit29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6 (patch)
tree2ec9a77365eff81b6270aafafe35122d1e18e84c /src/H5Gmodule.h
parentd433f0f7a67a0bf6336ad6a98ad820302e82b44d (diff)
downloadhdf5-29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6.zip
hdf5-29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6.tar.gz
hdf5-29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6.tar.bz2
Removes unused definitions from module headers (#1624)
Diffstat (limited to 'src/H5Gmodule.h')
-rw-r--r--src/H5Gmodule.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Gmodule.h b/src/H5Gmodule.h
index a0e121d..93e7184 100644
--- a/src/H5Gmodule.h
+++ b/src/H5Gmodule.h
@@ -25,9 +25,8 @@
* reporting macros.
*/
#define H5G_MODULE
-#define H5_MY_PKG H5G
-#define H5_MY_PKG_ERR H5E_SYM
-#define H5_MY_PKG_INIT YES
+#define H5_MY_PKG H5G
+#define H5_MY_PKG_ERR H5E_SYM
/** \defgroup H5G H5G
*