diff options
Diffstat (limited to 'tools/misc/h5stat.c')
-rw-r--r-- | tools/misc/h5stat.c | 4 |
1 files changed, 0 insertions, 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 |