summaryrefslogtreecommitdiffstats
path: root/src/H5Zmodule.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/H5Zmodule.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/H5Zmodule.h')
-rw-r--r--src/H5Zmodule.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Zmodule.h b/src/H5Zmodule.h
index 9312b72..338242e 100644
--- a/src/H5Zmodule.h
+++ b/src/H5Zmodule.h
@@ -25,9 +25,8 @@
* reporting macros.
*/
#define H5Z_MODULE
-#define H5_MY_PKG H5Z
-#define H5_MY_PKG_ERR H5E_PLINE
-#define H5_MY_PKG_INIT YES
+#define H5_MY_PKG H5Z
+#define H5_MY_PKG_ERR H5E_PLINE
/**\defgroup H5Z H5Z
*