diff options
-rw-r--r-- | src/H5P.c | 2 | ||||
-rw-r--r-- | src/H5Ppublic.h | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -4392,7 +4392,6 @@ done: FUNC_LEAVE(ret_value); } /* end H5Pget_hyper_vector_size() */ -#ifdef LATER /*------------------------------------------------------------------------- * Function: H5Pset_small_data_block_size @@ -4485,7 +4484,6 @@ H5Pget_small_data_block_size(hid_t plist_id, hsize_t *size/*out*/) done: FUNC_LEAVE(ret_value); } /* end H5Pget_small_data_block_size() */ -#endif /* LATER */ /*-------------------------------------------------------------------------- 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 } |