summaryrefslogtreecommitdiffstats
path: root/src/H5Gpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-01-12 16:07:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-01-12 16:07:59 (GMT)
commit65c5e3925d10424b15476112ccac1d0704630316 (patch)
tree4a3360e32c6939f3b08fc0b66edec12c18c67224 /src/H5Gpkg.h
parent836f11303ca41edd765e858c5c50c39c6e057e39 (diff)
downloadhdf5-65c5e3925d10424b15476112ccac1d0704630316.zip
hdf5-65c5e3925d10424b15476112ccac1d0704630316.tar.gz
hdf5-65c5e3925d10424b15476112ccac1d0704630316.tar.bz2
[svn-r18105] Description:
Minor brush-clearing changes to converge metadata_journaling branch and trunk. Tested on: Mac OS X/32 10.6.2 (amazon) debug & prod (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 2e1b6af..2089bed 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -227,7 +227,6 @@ typedef struct H5G_bt_it_cpy_t {
/* Common information for "by index" lookups in symbol tables */
typedef struct H5G_bt_it_idx_common_t {
/* downward */
- H5F_t *f; /* Pointer to file that symbol table is in */
hsize_t idx; /* Index of group member to be queried */
hsize_t num_objs; /* The number of objects having been traversed */
H5G_bt_find_op_t op; /* Operator to call when correct entry is found */