summaryrefslogtreecommitdiffstats
path: root/src/H5Dmpio.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2018-08-26 04:05:55 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2018-08-26 04:05:55 (GMT)
commit726642498c8e383d1657f6d66802832e8052b3e6 (patch)
treefa2e573bae2a20b5fb15f596edd1b84cb7dab0db /src/H5Dmpio.c
parent4cd10fa88e5089c4e5eba091222c4c39db9c64e5 (diff)
downloadhdf5-726642498c8e383d1657f6d66802832e8052b3e6.zip
hdf5-726642498c8e383d1657f6d66802832e8052b3e6.tar.gz
hdf5-726642498c8e383d1657f6d66802832e8052b3e6.tar.bz2
Remove now-unused local variable
Diffstat (limited to 'src/H5Dmpio.c')
-rw-r--r--src/H5Dmpio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Dmpio.c b/src/H5Dmpio.c
index 4a7c5ac..eb687d2 100644
--- a/src/H5Dmpio.c
+++ b/src/H5Dmpio.c
@@ -925,7 +925,6 @@ H5D__link_chunk_collective_io(H5D_io_info_t *io_info, const H5D_type_info_t *typ
hbool_t chunk_final_ftype_is_derived = FALSE;
H5D_storage_t ctg_store; /* Storage info for "fake" contiguous dataset */
size_t total_chunks;
- haddr_t *total_chunk_addr_array = NULL;
MPI_Datatype *chunk_mtype = NULL;
MPI_Datatype *chunk_ftype = NULL;
MPI_Aint *chunk_disp_array = NULL;
@@ -1174,8 +1173,6 @@ if(H5DEBUG(D))
HDfprintf(H5DEBUG(D),"before freeing memory inside H5D_link_collective_io ret_value = %d\n", ret_value);
#endif
/* Release resources */
- if(total_chunk_addr_array)
- H5MM_xfree(total_chunk_addr_array);
if(chunk_addr_info_array)
H5MM_xfree(chunk_addr_info_array);
if(chunk_mtype)