From 601752e76e2e3f34c8bcd2b5b46cf73cad122cb2 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 23 Jan 2020 14:43:59 -0800 Subject: Removed H5_DEC_ENUM --- src/H5private.h | 7 ------- 1 file changed, 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 -- cgit v0.12