summaryrefslogtreecommitdiffstats
path: root/src/H5Fdbg.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-26 17:34:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-26 17:34:05 (GMT)
commitb553ceaa71c7ecf41444c83ca801863da0db73f0 (patch)
treef60c0c02a4ad20726487e2d9820745091ed7c0ad /src/H5Fdbg.c
parentd7d2db33bc8a0d6f412fb0681795c00e8e25d7d5 (diff)
downloadhdf5-b553ceaa71c7ecf41444c83ca801863da0db73f0.zip
hdf5-b553ceaa71c7ecf41444c83ca801863da0db73f0.tar.gz
hdf5-b553ceaa71c7ecf41444c83ca801863da0db73f0.tar.bz2
[svn-r27883] Revert of r27881
The number of elements in a struct between the trunk and revise_chunks differed, which confused Subversion. Interestingly, only some of the compilers flagged this as an error. Tested on: local linux
Diffstat (limited to 'src/H5Fdbg.c')
-rw-r--r--src/H5Fdbg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Fdbg.c b/src/H5Fdbg.c
index 93da900..40d24e5 100644
--- a/src/H5Fdbg.c
+++ b/src/H5Fdbg.c
@@ -104,8 +104,6 @@ H5F_debug(H5F_t *f, FILE *stream, int indent, int fwidth)
"Symbol table leaf node 1/2 rank:", f->shared->sblock->sym_leaf_k);
HDfprintf(stream, "%*s%-*s %u\n", indent, "", fwidth,
"Symbol table internal node 1/2 rank:", f->shared->sblock->btree_k[H5B_SNODE_ID]);
- HDfprintf(stream, "%*s%-*s %u\n", indent, "", fwidth,
- "Indexed storage internal node 1/2 rank:", f->shared->sblock->btree_k[H5B_CHUNK_ID]);
HDfprintf(stream, "%*s%-*s 0x%02x\n", indent, "", fwidth,
"File status flags:", (unsigned)(f->shared->sblock->status_flags));
HDfprintf(stream, "%*s%-*s %a (rel)\n", indent, "", fwidth,