diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-28 22:01:52 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-28 22:01:52 (GMT) |
commit | 46f76d06d74e75bd3edea68328826506dd06a1b9 (patch) | |
tree | aab6452b886ad519f7c01cfd5bf9bcb7b85c3c07 /testpar | |
parent | f1cc5cfd7e7a898da0764392d0df8f10a02f205d (diff) | |
download | hdf5-46f76d06d74e75bd3edea68328826506dd06a1b9.zip hdf5-46f76d06d74e75bd3edea68328826506dd06a1b9.tar.gz hdf5-46f76d06d74e75bd3edea68328826506dd06a1b9.tar.bz2 |
remove redundent definition
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_bigio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/t_bigio.c b/testpar/t_bigio.c index ad5f2d8..ada832c 100644 --- a/testpar/t_bigio.c +++ b/testpar/t_bigio.c @@ -51,8 +51,6 @@ hsize_t space_dim2 = SPACE_DIM2; static void coll_chunktest(const char* filename, int chunk_factor, int select_factor, int api_option, int file_selection, int mem_selection, int mode); -hsize_t H5_mpi_set_bigio_count(hsize_t new_count); - /* * Setup the coordinates for point selection. */ |