diff options
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index ab15cbd..1aeda30 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -262,10 +262,8 @@ __DLL__ herr_t H5Pget_sieve_buf_size(hid_t fapl_id, size_t *size/*out*/); #endif /* H5_WANT_H5_V1_4_COMPAT */ __DLL__ herr_t H5Pset_hyper_vector_size(hid_t fapl_id, size_t size); __DLL__ herr_t H5Pget_hyper_vector_size(hid_t fapl_id, size_t *size/*out*/); -#ifdef LATER __DLL__ herr_t H5Pset_small_data_block_size(hid_t fapl_id, hsize_t size); __DLL__ herr_t H5Pget_small_data_block_size(hid_t fapl_id, hsize_t *size/*out*/); -#endif /* LATER */ #ifdef __cplusplus } |