summaryrefslogtreecommitdiffstats
path: root/src/H5Gent.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-01 16:01:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-01 16:01:52 (GMT)
commitc424f8017e4556609dcd0e1c9f63fa5250db58b0 (patch)
tree765cce2bd2d8a69425b764ee3407dbf99f5d56b3 /src/H5Gent.c
parentee28e83e6fa4267aa0c46ca8dc7eb55082f60dcc (diff)
downloadhdf5-c424f8017e4556609dcd0e1c9f63fa5250db58b0.zip
hdf5-c424f8017e4556609dcd0e1c9f63fa5250db58b0.tar.gz
hdf5-c424f8017e4556609dcd0e1c9f63fa5250db58b0.tar.bz2
[svn-r18482] Description:
Remove unused symbol table entry dirty flag. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, production & parallel (h5committest not required on this branch)
Diffstat (limited to 'src/H5Gent.c')
-rw-r--r--src/H5Gent.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Gent.c b/src/H5Gent.c
index 21023ee..d00d2de 100644
--- a/src/H5Gent.c
+++ b/src/H5Gent.c
@@ -460,9 +460,6 @@ H5G_ent_debug(const H5G_entry_t *ent, FILE *stream, int indent, int fwidth,
HDfprintf(stream, "%*s%-*s %a\n", indent, "", fwidth,
"Object header address:", ent->header);
- HDfprintf(stream, "%*s%-*s %s\n", indent, "", fwidth,
- "Dirty:",
- ent->dirty ? "Yes" : "No");
HDfprintf(stream, "%*s%-*s ", indent, "", fwidth,
"Cache info type:");
switch(ent->type) {