diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-10-12 17:47:47 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-10-12 17:47:47 (GMT) |
commit | b0b9eda809282f362eb0e49bebd2956ba5a11bbc (patch) | |
tree | 4062ad929c38f1936adf38fc290150a26c9bc328 /src/H5Fpkg.h | |
parent | bb9e268782b12c9f731632362363082abe0e80b5 (diff) | |
download | hdf5-b0b9eda809282f362eb0e49bebd2956ba5a11bbc.zip hdf5-b0b9eda809282f362eb0e49bebd2956ba5a11bbc.tar.gz hdf5-b0b9eda809282f362eb0e49bebd2956ba5a11bbc.tar.bz2 |
Fixed a C++ style commenting issue and removed an unused field
from H5F_trav_obj_ids_t.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index f8ab5a9..e97144f 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -418,7 +418,6 @@ typedef struct { size_t max_objs; hid_t *oid_list; ssize_t *obj_count; /* number of objects counted so far */ - unsigned types; /* types of objects to be counted */ } H5F_trav_obj_ids_t; /*****************************/ |