summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 17:36:23 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 17:36:23 (GMT)
commitb6ea60eceb02a50b161e91f841b82213e4dd4af2 (patch)
tree05d3e6b9eadb60d81547c50c38ccadba3995d0fc /test/big.c
parent942083b81436934103e0fde18115aed6ed79c116 (diff)
downloadhdf5-b6ea60eceb02a50b161e91f841b82213e4dd4af2.zip
hdf5-b6ea60eceb02a50b161e91f841b82213e4dd4af2.tar.gz
hdf5-b6ea60eceb02a50b161e91f841b82213e4dd4af2.tar.bz2
[svn-r15008] Purpose: configure and source code cleanup
Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Furthermore, the H5_HAVE_LARGE_HSIZET macros in the source code have been removed. Tested: kagiso
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/big.c b/test/big.c
index 1c0c9d8..477537a 100644
--- a/test/big.c
+++ b/test/big.c
@@ -579,12 +579,6 @@ main (int ac, char **av)
usage();
goto quit;
}
- if (sizeof(hsize_t)<=4) {
- puts("Test skipped because the hdf5 library was configured with the");
- puts("--disable-hsizet flag in order to work around a compiler bug.");
- usage();
- goto quit;
- }
}
/* Do the test with the Family Driver */