summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-06-21 15:32:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-06-21 15:33:18 (GMT)
commit5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6 (patch)
tree930722853f9667dd2040f10d71bc5c9b4d39d7f1
parentd46ca49e16021f9b2fa9681bb6f285811265df65 (diff)
downloadhdf5-5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6.zip
hdf5-5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6.tar.gz
hdf5-5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6.tar.bz2
remove duplicated function
-rw-r--r--tools/test/perform/pio_standalone.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c
index bd5fb6f..d5f681e 100644
--- a/tools/test/perform/pio_standalone.c
+++ b/tools/test/perform/pio_standalone.c
@@ -170,6 +170,7 @@ print_version(const char *progname)
MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */
#endif
+#if 0
int
h5_set_info_object(void)
{
@@ -277,3 +278,6 @@ h5_dump_info_object(MPI_Info info)
}
}
+
+#endif
+