diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-06-14 20:37:04 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-06-14 20:37:04 (GMT) |
commit | 162b19cd6c1f6c6b14254c60b83bd14b1c11184c (patch) | |
tree | 2185b176ed9612511bb749fd1db4de2779278724 /src/H5Tpkg.h | |
parent | 3344dd72ed167f95add9ed58da70e03ca336c2a4 (diff) | |
download | hdf5-162b19cd6c1f6c6b14254c60b83bd14b1c11184c.zip hdf5-162b19cd6c1f6c6b14254c60b83bd14b1c11184c.tar.gz hdf5-162b19cd6c1f6c6b14254c60b83bd14b1c11184c.tar.bz2 |
[svn-r10919] Purpose: Take Out An Unused Function
Description: Data conversion function H5T_conv_i32le_f64le() was unused.
Because we have new conversion functions for integers and floating numbers,
this old function is taken out.
Platforms tested: fuss - simple change.
Misc. update:
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r-- | src/H5Tpkg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h index eb57d65..e562c66 100644 --- a/src/H5Tpkg.h +++ b/src/H5Tpkg.h @@ -1179,12 +1179,6 @@ H5_DLL herr_t H5T_conv_ldouble_ullong(hid_t src_id, hid_t dst_id, void *buf, void *bkg, hid_t dset_xfer_plist); -H5_DLL herr_t H5T_conv_i32le_f64le(hid_t src_id, hid_t dst_id, - H5T_cdata_t *cdata, size_t nelmts, - size_t buf_stride, size_t bkg_stride, - void *_buf, void *bkg, - hid_t dset_xfer_plist); - /* Bit twiddling functions */ H5_DLL void H5T_bit_copy(uint8_t *dst, size_t dst_offset, const uint8_t *src, size_t src_offset, size_t size); |