diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-04-18 05:02:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-04-18 05:02:24 (GMT) |
commit | 524bfed32ef710dd28a3ff400965f01893a3f66b (patch) | |
tree | 4f474c62b14b889082172c76b3e1547dc8b191e1 /src/H5Dpkg.h | |
parent | cf98752566a33067a5737e8a008dc5daa1f4c59c (diff) | |
download | hdf5-524bfed32ef710dd28a3ff400965f01893a3f66b.zip hdf5-524bfed32ef710dd28a3ff400965f01893a3f66b.tar.gz hdf5-524bfed32ef710dd28a3ff400965f01893a3f66b.tar.bz2 |
[svn-r26841] Description:
Minor formatting cleanups and remove unused field from callback struct.
Tested on:
Mac OSX/64 10.10.2 (amazon) w/serial & parallel
(Too minor to require h5committest)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index a3a3985..4ec140f 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -337,7 +337,6 @@ typedef struct H5D_chunk_map_t { const H5S_t *file_space; /* Pointer to the file dataspace */ unsigned f_ndims; /* Number of dimensions for file dataspace */ - hsize_t f_dims[H5O_LAYOUT_NDIMS]; /* File dataspace dimensions */ const H5S_t *mem_space; /* Pointer to the memory dataspace */ H5S_t *mchunk_tmpl; /* Dataspace template for new memory chunks */ |