summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-03-13 20:04:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-03-13 20:04:24 (GMT)
commit18ea37295989b8a3b9d03f47d17a53d701f1c9c1 (patch)
tree11f6afabbd2b3f4c048c8ee9eaccf7c0515459a7 /test
parent95dc09ab4b7d20f971cc26a91dbf2df46f71bb96 (diff)
downloadhdf5-18ea37295989b8a3b9d03f47d17a53d701f1c9c1.zip
hdf5-18ea37295989b8a3b9d03f47d17a53d701f1c9c1.tar.gz
hdf5-18ea37295989b8a3b9d03f47d17a53d701f1c9c1.tar.bz2
[svn-r8260] Purpose:
Code cleanup Description: Remove small debugging block Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
Diffstat (limited to 'test')
-rw-r--r--test/dtypes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 8ab3a76..a99c1ea 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -27,11 +27,7 @@
#define NTESTS 1
/* Number of elements in each test */
-#ifndef TMP
#define NTESTELEM 100000
-#else
-#define NTESTELEM 10
-#endif /*TMP*/
/* Define if you want to see a count of overflows */
#undef SHOW_OVERFLOWS