summaryrefslogtreecommitdiffstats
path: root/src/H5Dmpio.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-07-07 18:31:43 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-07-07 18:31:43 (GMT)
commitbd79a782b42f8f689e223e8e34c6f788dc7dd0c4 (patch)
tree45732413c6badb957b6a38a95bf2f9a23fd0c823 /src/H5Dmpio.c
parent104047e13b2a1b726af3a907caef947d359fa34a (diff)
downloadhdf5-bd79a782b42f8f689e223e8e34c6f788dc7dd0c4.zip
hdf5-bd79a782b42f8f689e223e8e34c6f788dc7dd0c4.tar.gz
hdf5-bd79a782b42f8f689e223e8e34c6f788dc7dd0c4.tar.bz2
Suggested changes from code review
Diffstat (limited to 'src/H5Dmpio.c')
-rw-r--r--src/H5Dmpio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Dmpio.c b/src/H5Dmpio.c
index e70f51e..393e155 100644
--- a/src/H5Dmpio.c
+++ b/src/H5Dmpio.c
@@ -202,8 +202,7 @@ static int H5D__cmp_filtered_collective_io_info_entry_owner(const void *filtered
*/
htri_t
H5D__mpio_opt_possible(const H5D_io_info_t *io_info, const H5S_t *file_space,
- const H5S_t *mem_space, const H5D_type_info_t *type_info,
- const H5D_chunk_map_t H5_ATTR_UNUSED *fm, H5P_genplist_t *dx_plist)
+ const H5S_t *mem_space, const H5D_type_info_t *type_info, H5P_genplist_t *dx_plist)
{
int local_cause = 0; /* Local reason(s) for breaking collective mode */
int global_cause = 0; /* Global reason(s) for breaking collective mode */