From d4667a02cdeb39bae1fafbaa09554efc7294bbd0 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sun, 11 Dec 2005 22:47:10 -0500 Subject: [svn-r11787] Purpose: Bug fix Description: Remove several macros that are already defined in H5private.h and are causing failures on copper. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest --- tools/misc/h5stat.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/misc/h5stat.c b/tools/misc/h5stat.c index 1aa799a..4965d23 100644 --- a/tools/misc/h5stat.c +++ b/tools/misc/h5stat.c @@ -18,10 +18,6 @@ #include "H5private.h" /* Generic Functions */ #include "hdf5.h" -#define TRUE 1 -#define FALSE 0 -#define MAX(x,y) ((x) < (y) ? (y) : (x)) - /* Parameters to control statistics gathered */ #define SIZE_SMALL_GROUPS 10 #define SIZE_SMALL_DSETS 10 -- cgit v0.12