summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:57:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:57:12 (GMT)
commit31a7cd56bfdb08646d9638fdabb576b3af38fc11 (patch)
treedc70241d63eb91309da13aefa690734dd47921f3 /src/H5Oprivate.h
parent981ba55190b978b3e67223df0a7049c65c826a1a (diff)
downloadhdf5-31a7cd56bfdb08646d9638fdabb576b3af38fc11.zip
hdf5-31a7cd56bfdb08646d9638fdabb576b3af38fc11.tar.gz
hdf5-31a7cd56bfdb08646d9638fdabb576b3af38fc11.tar.bz2
[svn-r17271] Description:
Bring r17269 from trunk to 1.8 branch: Refactor how serialized size of layout message is computed, slightly. Tested on: Mac OS X/32 10.5.7 (amazon) debug & production FreeBSD/32 6.3 (duty) debug Too minor to require h5committest
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index ada4c9c..3f05abf 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -673,9 +673,6 @@ H5_DLL herr_t H5O_loc_copy(H5O_loc_t *dst, const H5O_loc_t *src, H5_copy_depth_t
H5_DLL herr_t H5O_loc_hold_file(H5O_loc_t *loc);
H5_DLL herr_t H5O_loc_free(H5O_loc_t *loc);
-/* Layout operators */
-H5_DLL size_t H5O_layout_meta_size(const H5F_t *f, const void *_mesg);
-
/* EFL operators */
H5_DLL hsize_t H5O_efl_total_size(H5O_efl_t *efl);