summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-02 02:01:40 (GMT)
committerGitHub <noreply@github.com>2021-06-02 02:01:40 (GMT)
commit5e4625c04f970464b0d46475214f707a895d03b1 (patch)
tree7299a0efa3bfcaa588bdb99f75a7bfb815ed64c6 /tools
parent50d0888f491821435f6884c0c4c516f69ff67927 (diff)
downloadhdf5-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')
-rw-r--r--tools/test/perform/overhead.c4
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>