From bdc659f2bb7a04db069b98571298658062178c69 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 8 Aug 2003 14:16:07 -0500 Subject: [svn-r7316] Purpose: Code cleanup Description: Removed prototype for H5F_addr_pack() routine. Platforms tested: h5committested --- src/H5Fprivate.h | 2 -- 1 file changed, 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); -- cgit v0.12