diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-18 16:36:34 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-18 16:36:34 (GMT) |
commit | 603f1c7221df37daba57323bba926bd3087b14db (patch) | |
tree | 91b9af155b75ebbc35918eb1c0d7698b9a5b6510 /hl/src/H5LTpublic.h | |
parent | 87a41d4286718ebc06acf6a9021ea85b9a93f278 (diff) | |
download | hdf5-603f1c7221df37daba57323bba926bd3087b14db.zip hdf5-603f1c7221df37daba57323bba926bd3087b14db.tar.gz hdf5-603f1c7221df37daba57323bba926bd3087b14db.tar.bz2 |
[svn-r13768]
code clean, removed unused functions
tested: linux
Diffstat (limited to 'hl/src/H5LTpublic.h')
-rw-r--r-- | hl/src/H5LTpublic.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hl/src/H5LTpublic.h b/hl/src/H5LTpublic.h index 67db49d..05670d2 100644 --- a/hl/src/H5LTpublic.h +++ b/hl/src/H5LTpublic.h @@ -343,23 +343,6 @@ H5_HLDLL herr_t H5LTdtype_to_text(hid_t dtype, char *str, H5LT_lang_t lang_type, H5_HLDLL herr_t H5LTfind_attribute( hid_t loc_id, const char *name ); -#ifdef NOT_YET - -H5_HLDLL hid_t H5LTcreate_compound_type( hsize_t nfields, size_t size, const char *field_names[], - const size_t *field_offset, const hid_t *field_types ); -H5_HLDLL herr_t H5LTrepack( hsize_t nfields, - hsize_t nrecords, - size_t src_size, - const size_t *src_offset, - const size_t *src_sizes, - size_t dst_size, - const size_t *dst_offset, - const size_t *dst_sizes, - unsigned char *src_buf, - unsigned char *dst_buf ); -#endif /* NOT_YET */ - - #ifdef __cplusplus } #endif |