summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-05-02 06:31:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-05-02 06:31:28 (GMT)
commit64466cf83313b2eda4ce3dc1ef7ac87249b2f29b (patch)
tree7d9d1a0bd9b50a4fa9d47c72b1098092a153e400 /src/H5Dpkg.h
parent5cb629e6dd16673c8872093e30865b566704e578 (diff)
downloadhdf5-64466cf83313b2eda4ce3dc1ef7ac87249b2f29b.zip
hdf5-64466cf83313b2eda4ce3dc1ef7ac87249b2f29b.tar.gz
hdf5-64466cf83313b2eda4ce3dc1ef7ac87249b2f29b.tar.bz2
[svn-r26996] Description:
Eliminate unneccessary 'rdcc' field from common chunk info struct. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5commitest)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 94f19e4..12e84b0 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -255,9 +255,6 @@ typedef struct H5D_chunk_common_ud_t {
const H5O_layout_chunk_t *layout; /* Chunk layout description */
const H5O_storage_chunk_t *storage; /* Chunk storage description */
const hsize_t *offset; /* Logical offset of chunk */
- const struct H5D_rdcc_t *rdcc; /* Chunk cache. Only necessary if the index may
- * be modified, and if any chunks in the dset
- * may be cached */
} H5D_chunk_common_ud_t;
/* B-tree callback info for various operations */