diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-05-21 18:46:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-05-21 18:46:33 (GMT) |
commit | 100ff923d9943189d7ea91561443bf6ee324a4bd (patch) | |
tree | 7f32df6e731a333cf069525432f4102ad2abb378 /src/H5Dpkg.h | |
parent | d2ef2af9b28e1648345c575403d7e575044b7445 (diff) | |
download | hdf5-100ff923d9943189d7ea91561443bf6ee324a4bd.zip hdf5-100ff923d9943189d7ea91561443bf6ee324a4bd.tar.gz hdf5-100ff923d9943189d7ea91561443bf6ee324a4bd.tar.bz2 |
[svn-r16973] Description:
Refactor chunk cache entry information to remove some [actually] unused
fields.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Mac OS X/32 10.5.6 (amazon) in debug mode
Mac OS X/32 10.5.6 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 2 |
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 */ |