diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-01-23 22:43:59 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-01-23 22:43:59 (GMT) |
commit | 601752e76e2e3f34c8bcd2b5b46cf73cad122cb2 (patch) | |
tree | e5f3c42bf7ff3d311ed0f262a92f59aef5b7002f | |
parent | 492d186a5ceb2da47ef952fe52f890dbc4071b20 (diff) | |
download | hdf5-601752e76e2e3f34c8bcd2b5b46cf73cad122cb2.zip hdf5-601752e76e2e3f34c8bcd2b5b46cf73cad122cb2.tar.gz hdf5-601752e76e2e3f34c8bcd2b5b46cf73cad122cb2.tar.bz2 |
Removed H5_DEC_ENUM
-rw-r--r-- | src/H5private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5private.h b/src/H5private.h index bc6c8a5..fbea9b8 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -534,13 +534,6 @@ #define H5_REQUEST_NULL NULL /* - * A macro to portably decrement enumerated types. - */ -#ifndef H5_DEC_ENUM -# define H5_DEC_ENUM(TYPE,VAR) (VAR)=((TYPE)((VAR)-1)) -#endif - -/* * Methods to compare the equality of floating-point values: * * 1. H5_XXX_ABS_EQUAL - check if the difference is smaller than the |