summaryrefslogtreecommitdiffstats
path: root/src/H5Dmpio.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-02-09 14:26:57 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-02-09 14:26:57 (GMT)
commit2de2112cf6dd2557d81e1a71cea0b61e2ced57aa (patch)
treec98bb08ef1b727f09d83e58b65803232284de9a9 /src/H5Dmpio.c
parent5610256c7202ae4c0001d439db3c295b2e1d6a1c (diff)
downloadhdf5-2de2112cf6dd2557d81e1a71cea0b61e2ced57aa.zip
hdf5-2de2112cf6dd2557d81e1a71cea0b61e2ced57aa.tar.gz
hdf5-2de2112cf6dd2557d81e1a71cea0b61e2ced57aa.tar.bz2
Remove note about src_type_size vs dst_type_size
Diffstat (limited to 'src/H5Dmpio.c')
-rw-r--r--src/H5Dmpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dmpio.c b/src/H5Dmpio.c
index 20bc873..785853d 100644
--- a/src/H5Dmpio.c
+++ b/src/H5Dmpio.c
@@ -3226,7 +3226,6 @@ H5D__filtered_collective_chunk_entry_io(H5D_filtered_collective_io_info_t *chunk
if (NULL == (mem_iter = (H5S_sel_iter_t *) H5MM_malloc(sizeof(*mem_iter))))
HGOTO_ERROR(H5E_DATASET, H5E_CANTALLOC, FAIL, "couldn't allocate memory iterator")
- /* XXX: dst_type_size may need to be src_type_size depending on operation */
if (H5S_select_iter_init(mem_iter, chunk_entry->chunk_info.mspace, type_info->src_type_size) < 0)
HGOTO_ERROR(H5E_DATASET, H5E_CANTINIT, FAIL, "unable to initialize memory selection information")
mem_iter_init = TRUE;