diff --git a/src/Bindings/HDF5/Raw/H5S.hsc b/src/Bindings/HDF5/Raw/H5S.hsc index 71fa78b..f5de26b 100644 --- a/src/Bindings/HDF5/Raw/H5S.hsc +++ b/src/Bindings/HDF5/Raw/H5S.hsc @@ -172,10 +172,6 @@ import Foreign.Ptr.Conventions -- Returns non-negative on success, negative on failure. -- #cinline H5Sencode, -> OutArray CChar -> InOut -> IO -#if H5_VERSION_GE(1,12,0) -# ccall H5Sencode2, -> OutArray CChar -> InOut -> -> IO -# ccall H5Sencode1, -> OutArray CChar -> InOut -> IO -#endif -- |Decode a binary object description of dataspace and -- return a new object handle. @@ -424,16 +420,12 @@ import Foreign.Ptr.Conventions -- > htri_t H5Sselect_valid(hid_t spaceid); #ccall H5Sselect_valid, -> IO -#if H5_VERSION_GE(1,10,0) - -- > htri_t H5Sis_regular_hyperslab(hid_t spaceid); #ccall H5Sis_regular_hyperslab, -> IO -- > htri_t H5Sget_regular_hyperslab(hid_t spaceid, hsize_t start[], -- > hsize_t stride[], hsize_t count[], hsize_t block[]); #ccall H5Sget_regular_hyperslab, -> InArray -> InArray -> InArray -> InArray -> IO -#endif - -- |Get the number of hyperslab blocks in current hyperslab selection -- -- Returns negative on failure