diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-29 19:01:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-29 19:01:04 (GMT) |
commit | 51984a99264fdee6bef4ec9eaa9bc065ff40c530 (patch) | |
tree | d79c277b6a187b719b15041369beec91f578f484 /src/H5Iprivate.h | |
parent | 92a75f970e7194aa6be067cdf6f11e10a296dc9c (diff) | |
download | hdf5-51984a99264fdee6bef4ec9eaa9bc065ff40c530.zip hdf5-51984a99264fdee6bef4ec9eaa9bc065ff40c530.tar.gz hdf5-51984a99264fdee6bef4ec9eaa9bc065ff40c530.tar.bz2 |
[svn-r7988] Purpose:
Bug fixes & code cleanup
Description:
Back out some of the debugging that was inadvertently checked in recently.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 42369e3..79819a5 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -67,7 +67,6 @@ H5_DLL hid_t H5I_register(H5I_type_t grp, void *object); H5_DLL void *H5I_object(hid_t id); H5_DLL void *H5I_object_verify(hid_t id, H5I_type_t id_type); H5_DLL H5I_type_t H5I_get_type(hid_t id); -H5_DLL hid_t H5I_get_file_id(hid_t obj_id); H5_DLL void *H5I_remove(hid_t id); H5_DLL void *H5I_search(H5I_type_t grp, H5I_search_func_t func, void *key); H5_DLL int H5I_inc_ref(hid_t id); |