summaryrefslogtreecommitdiffstats
path: root/tools/src/h5perf/sio_perf.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-20 12:38:07 (GMT)
committerGitHub <noreply@github.com>2022-07-20 12:38:07 (GMT)
commit363e3ecef821b4667592d158c2abc1c4846a966c (patch)
tree7d6b197a2ab23d8ba709341c25562896b44c36e7 /tools/src/h5perf/sio_perf.c
parent4461678fb5932436a0ce05df4b5a84a10179bb60 (diff)
downloadhdf5-363e3ecef821b4667592d158c2abc1c4846a966c.zip
hdf5-363e3ecef821b4667592d158c2abc1c4846a966c.tar.gz
hdf5-363e3ecef821b4667592d158c2abc1c4846a966c.tar.bz2
Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)
This feature has been broken for some time and lacks a clear use case.
Diffstat (limited to 'tools/src/h5perf/sio_perf.c')
-rw-r--r--tools/src/h5perf/sio_perf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/src/h5perf/sio_perf.c b/tools/src/h5perf/sio_perf.c
index 2a0db61..c85ee42 100644
--- a/tools/src/h5perf/sio_perf.c
+++ b/tools/src/h5perf/sio_perf.c
@@ -190,10 +190,8 @@ main(int argc, char *argv[])
int exit_value = EXIT_SUCCESS;
struct options *opts = NULL;
-#ifndef STANDALONE
/* Initialize h5tools lib */
h5tools_init();
-#endif
output = stdout;