diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-25 15:28:21 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-25 15:28:21 (GMT) |
commit | 299c9ed5fe19edac37cab27bc04d587fa67568c2 (patch) | |
tree | 31cc4e9da106b531296b5f27ec724180468219e4 /testpar | |
parent | 94d14191fa5c770ba0ee56f36024e57645a9d456 (diff) | |
download | hdf5-299c9ed5fe19edac37cab27bc04d587fa67568c2.zip hdf5-299c9ed5fe19edac37cab27bc04d587fa67568c2.tar.gz hdf5-299c9ed5fe19edac37cab27bc04d587fa67568c2.tar.bz2 |
Removed set_bigio_count prototype since it has been added to H5private.h
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 c6a1178..12c1023 100644 --- a/testpar/t_bigio.c +++ b/testpar/t_bigio.c @@ -53,8 +53,6 @@ static void coll_chunktest(const char* filename, int chunk_factor, int select_fa int api_option, int file_selection, int mem_selection, int mode); hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type); -hsize_t H5_mpi_set_bigio_count(hsize_t new_count); - /* * Setup the coordinates for point selection. */ |