summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index f8cf0e5..492e024 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -41,11 +41,6 @@
#include "H5MMprivate.h" /* Memory management */
#include "H5Pprivate.h" /* Property lists */
-#ifdef MAX
-#undef MAX
-#define MAX(X,Y) ((X)>(Y)?(X):(Y))
-#endif /* MAX */
-
/* The driver identification number, initialized at runtime */
static hid_t H5FD_SEC2_g = 0;