diff options
-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 |