diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-08-27 21:52:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-08-27 21:52:15 (GMT) |
commit | c2ce904d5d2d1e6d00798a8516135e0867a761c4 (patch) | |
tree | 2a0300c1de39d6e2a78bc458bcf5ad3cac3f2020 /src/H5S.c | |
parent | c365b9a59fb706f1943edf851586bb6f67688368 (diff) | |
download | hdf5-c2ce904d5d2d1e6d00798a8516135e0867a761c4.zip hdf5-c2ce904d5d2d1e6d00798a8516135e0867a761c4.tar.gz hdf5-c2ce904d5d2d1e6d00798a8516135e0867a761c4.tar.bz2 |
[svn-r27598] Description:
Check in misc. minor code cleanups, found during code review
Diffstat (limited to 'src/H5S.c')
-rw-r--r-- | src/H5S.c | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -1869,14 +1869,7 @@ done: /*------------------------------------------------------------------------- * Function: H5S_set_extent * - * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend. - * - * Note that this function does *not* clip unlimited - * selections, because it is not currently necessary to do - * that anywhere this function is called. If this becomes - * necessary (if the selection could be unlimited and the - * clip size is not being handled separately), this function - * must be updated to (optionally) clip the selection. + * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend * * Return: Success: Non-negative * Failure: Negative @@ -1959,13 +1952,6 @@ H5S_has_extent(const H5S_t *ds) * * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend * - * Note that this function does *not* clip unlimited - * selections, because it is not currently necessary to do - * that anywhere this function is called. If this becomes - * necessary (if the selection could be unlimited and the - * clip size is not being handled separately), this function - * must be updated to (optionally) clip the selection. - * * Return: Success: Non-negative * Failure: Negative * |