diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-12-12 03:47:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-12-12 03:47:10 (GMT) |
commit | d4667a02cdeb39bae1fafbaa09554efc7294bbd0 (patch) | |
tree | ebe08976816f67126624cea7991bdb0f61c68103 /tools | |
parent | 8d90fdaf96712d9ce7df3c6a69cfe8e1ccd8c952 (diff) | |
download | hdf5-d4667a02cdeb39bae1fafbaa09554efc7294bbd0.zip hdf5-d4667a02cdeb39bae1fafbaa09554efc7294bbd0.tar.gz hdf5-d4667a02cdeb39bae1fafbaa09554efc7294bbd0.tar.bz2 |
[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
Diffstat (limited to 'tools')
-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 |