diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-13 17:17:50 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-13 17:17:50 (GMT) |
commit | 0e9e49d635c1acb45483e6d0c77b28610757ff32 (patch) | |
tree | 76f41c84a55e3b86b7e72789649f4b401f7ebe3c /src/H5Gpkg.h | |
parent | 60b0109164d3b6a1abbed3bbc923f43dbab043df (diff) | |
download | hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.zip hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.tar.gz hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.tar.bz2 |
[svn-r753] Changes since 19981008
----------------------
./src/H5F.c
./src/H5Fprivate.h
./src/H5G.c
./src/H5Gpkg.h
./src/H5Gprivate.h
./src/H5Gpublic.h
./test/istore.c
./test/tstab.c
Removed CWG functionality.
./tools/Makefile.in
Added `_test' where I added `test' last week. Maybe now the
snapshots will start up again...
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r-- | src/H5Gpkg.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h index f0ee156..74573f3 100644 --- a/src/H5Gpkg.h +++ b/src/H5Gpkg.h @@ -56,16 +56,6 @@ struct H5G_t { }; /* - * Each file has a stack of open groups with the latest entry on the - * stack the current working group. If the stack is empty then the - * current working group is the root object. - */ -typedef struct H5G_cwgstk_t { - H5G_t *grp; /*a handle to an open group */ - struct H5G_cwgstk_t *next; /*next item (earlier) on stack */ -} H5G_cwgstk_t; - -/* * These operations can be passed down from the H5G_stab layer to the * H5G_node layer through the B-tree layer. */ |