diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-07-11 19:35:58 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-07-11 19:35:58 (GMT) |
commit | 0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2 (patch) | |
tree | f25abb0c53b37b0d9dd8d6b951cd68a58962a97d /src/H5Fprivate.h | |
parent | 737f86822de263712164746025f48ca2fca410db (diff) | |
download | hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.zip hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.gz hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.bz2 |
[svn-r22555] remove the vol_cls from the H5F_t struct
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index b271476..eafb7c3 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -554,7 +554,6 @@ H5_DLL hid_t H5F_get_access_plist(H5F_t *f, hbool_t app_ref); H5_DLL hid_t H5F_get_id(H5F_t *file, hbool_t app_ref); H5_DLL herr_t H5F_get_obj_count(const H5F_t *f, unsigned types, hbool_t app_ref, size_t *obj_id_count_ptr); H5_DLL herr_t H5F_get_obj_ids(const H5F_t *f, unsigned types, size_t max_objs, hid_t *oid_list, hbool_t app_ref, size_t *obj_id_count_ptr); -H5_DLL struct H5VL_class_t *H5F_get_vol_cls(const H5F_t *f); /* Functions than retrieve values set/cached from the superblock/FCPL */ H5_DLL haddr_t H5F_get_base_addr(const H5F_t *f); |