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/H5HFdbg.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/H5HFdbg.c')
-rw-r--r-- | src/H5HFdbg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5HFdbg.c b/src/H5HFdbg.c index 6f476b8..3931eb0 100644 --- a/src/H5HFdbg.c +++ b/src/H5HFdbg.c @@ -440,9 +440,6 @@ H5HF_dblock_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE *stream, HDfprintf(stream, "%*s%-*s %Zu\n", indent, "", fwidth, "Size of block header:", blk_prefix_size); - HDfprintf(stream, "%*s%-*s %Zu\n", indent, "", fwidth, - "Size of block offsets:", - dblock->blk_off_size); /* Allocate space for the free space markers */ if(NULL == (marker = (uint8_t *)H5MM_calloc(dblock->size))) |