summaryrefslogtreecommitdiffstats
path: root/src/H5Gpkg.h
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/H5Gpkg.h
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/H5Gpkg.h')
-rw-r--r--src/H5Gpkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h
index 2089bed..9f991c4 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -100,7 +100,6 @@ typedef union H5G_cache_t {
* points.
*/
typedef struct H5G_entry_t {
- hbool_t dirty; /*entry out-of-date? */
H5G_cache_type_t type; /*type of information cached */
H5G_cache_t cache; /*cached data from object header */
size_t name_off; /*offset of name within name heap */