diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 1 | ||||
-rw-r--r-- | test/big.c | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 1c0470d..12787a2 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -434,7 +434,6 @@ HDF_FORTRAN = @HDF_FORTRAN@ HID_T = @HID_T@ HL = @HL@ HL_FOR = @HL_FOR@ -HSIZET = @HSIZET@ HSIZE_T = @HSIZE_T@ HSSIZE_T = @HSSIZE_T@ INSTALL = @INSTALL@ @@ -589,12 +589,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 */ |