diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-11-11 23:29:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-11-11 23:29:04 (GMT) |
commit | 05e559c9ec89fc50e7b6b03b5109c22adeb2bfc9 (patch) | |
tree | d86e7f6bf283c7e039b4b687e3bc35fcf6b7a376 /src/H5HFcache.c | |
parent | e50725342b7a636e9afbbce0303da0d239e46337 (diff) | |
download | hdf5-05e559c9ec89fc50e7b6b03b5109c22adeb2bfc9.zip hdf5-05e559c9ec89fc50e7b6b03b5109c22adeb2bfc9.tar.gz hdf5-05e559c9ec89fc50e7b6b03b5109c22adeb2bfc9.tar.bz2 |
[svn-r16060] Description:
Remove unused field from direct block struct.
Tested on:
Mac OS X/32 10.5.5 (amazon) in debug mode
Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
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 production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5HFcache.c')
-rw-r--r-- | src/H5HFcache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5HFcache.c b/src/H5HFcache.c index 8b29bc7..847c54e 100644 --- a/src/H5HFcache.c +++ b/src/H5HFcache.c @@ -1261,7 +1261,6 @@ H5HF_cache_dblock_load(H5F_t *f, hid_t dxpl_id, haddr_t addr, const void *_size, /* Set block's internal information */ dblock->size = *size; dblock->file_size = 0; - dblock->blk_off_size = H5HF_SIZEOF_OFFSET_LEN(dblock->size); /* Allocate block buffer */ /* XXX: Change to using free-list factories */ |