summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-05-21 18:56:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-05-21 18:56:59 (GMT)
commit4f4902d0830cca2cb9d175f8510d5c4d673794d5 (patch)
tree29e40e731c2ebc702aad4d20598d3373f371c762 /src/H5Dpkg.h
parentfa656be59d1335d0c8d8c68314273544b523f41e (diff)
downloadhdf5-4f4902d0830cca2cb9d175f8510d5c4d673794d5.zip
hdf5-4f4902d0830cca2cb9d175f8510d5c4d673794d5.tar.gz
hdf5-4f4902d0830cca2cb9d175f8510d5c4d673794d5.tar.bz2
[svn-r16974] Description:
Bring r16973 back from trunk to 1.8 branch: Refactor chunk cache entry information to remove some [actually] unused fields. Tested on: <tested on trunk>
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 69126ee..45d9a7d 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -486,8 +486,6 @@ typedef struct H5D_rdcc_ent_t {
uint32_t rd_count; /*bytes remaining to be read */
uint32_t wr_count; /*bytes remaining to be written */
haddr_t chunk_addr; /*address of chunk in file */
- uint32_t chunk_size; /*size of a chunk */
- size_t alloc_size; /*amount allocated for the chunk */
uint8_t *chunk; /*the unfiltered chunk data */
unsigned idx; /*index in hash table */
struct H5D_rdcc_ent_t *next;/*next item in doubly-linked list */