diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-06-21 15:32:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-06-21 15:33:18 (GMT) |
commit | 5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6 (patch) | |
tree | 930722853f9667dd2040f10d71bc5c9b4d39d7f1 /tools/test | |
parent | d46ca49e16021f9b2fa9681bb6f285811265df65 (diff) | |
download | hdf5-5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6.zip hdf5-5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6.tar.gz hdf5-5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6.tar.bz2 |
remove duplicated function
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/perform/pio_standalone.c | 4 |
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 + |