summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-23 22:43:59 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-23 22:43:59 (GMT)
commit601752e76e2e3f34c8bcd2b5b46cf73cad122cb2 (patch)
treee5f3c42bf7ff3d311ed0f262a92f59aef5b7002f /src/H5private.h
parent492d186a5ceb2da47ef952fe52f890dbc4071b20 (diff)
downloadhdf5-601752e76e2e3f34c8bcd2b5b46cf73cad122cb2.zip
hdf5-601752e76e2e3f34c8bcd2b5b46cf73cad122cb2.tar.gz
hdf5-601752e76e2e3f34c8bcd2b5b46cf73cad122cb2.tar.bz2
Removed H5_DEC_ENUM
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h7
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