diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 19:16:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 19:16:07 (GMT) |
commit | bdc659f2bb7a04db069b98571298658062178c69 (patch) | |
tree | 3967572289476bf2f227dfafc94e44159a1d9a20 /src | |
parent | 1784c3f09a9bbf148223212c6505f19106a59b97 (diff) | |
download | hdf5-bdc659f2bb7a04db069b98571298658062178c69.zip hdf5-bdc659f2bb7a04db069b98571298658062178c69.tar.gz hdf5-bdc659f2bb7a04db069b98571298658062178c69.tar.bz2 |
[svn-r7316] Purpose:
Code cleanup
Description:
Removed prototype for H5F_addr_pack() routine.
Platforms tested:
h5committested
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 078af1d..3cedc24 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -461,8 +461,6 @@ H5_DLL herr_t H5F_istore_delete(H5F_t *f, hid_t dxpl_id, H5_DLL void H5F_addr_encode(H5F_t *, uint8_t** /*in,out*/, haddr_t); H5_DLL void H5F_addr_decode(H5F_t *, const uint8_t** /*in,out*/, haddr_t* /*out*/); -H5_DLL herr_t H5F_addr_pack(H5F_t *f, haddr_t *addr_p /*out*/, - const unsigned long objno[2]); /* Callback functions for file access class */ H5_DLL herr_t H5F_acs_create(hid_t fapl_id, void *close_data); |