diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-02 02:01:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 02:01:40 (GMT) |
commit | 5e4625c04f970464b0d46475214f707a895d03b1 (patch) | |
tree | 7299a0efa3bfcaa588bdb99f75a7bfb815ed64c6 /tools/test | |
parent | 50d0888f491821435f6884c0c4c516f69ff67927 (diff) | |
download | hdf5-5e4625c04f970464b0d46475214f707a895d03b1.zip hdf5-5e4625c04f970464b0d46475214f707a895d03b1.tar.gz hdf5-5e4625c04f970464b0d46475214f707a895d03b1.tar.bz2 |
Removes some DEC Alpha cruft from H5detect and H5private.h (#708)
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/perform/overhead.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c index 345c5c8..60ec8d8 100644 --- a/tools/test/perform/overhead.c +++ b/tools/test/perform/overhead.c @@ -29,10 +29,6 @@ #include <sys/stat.h> #include <string.h> -#ifdef H5_HAVE_IO_H -#include <io.h> -#endif - #ifdef H5_HAVE_UNISTD_H #include <sys/types.h> #include <unistd.h> |