Skip to content

Commit

Permalink
Remove noise comment from H5DO.c
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Apr 7, 2024
1 parent 7349023 commit 5e29f17
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions hl/src/H5DO.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ H5DOread_chunk(hid_t dset_id, hid_t dxpl_id, const hsize_t *offset, uint32_t *fi
*
* Return: Non-negative on success/Negative on failure
*
* Note:
* This routine is copied from the fast forward feature branch: features/hdf5_ff
* src/H5FF.c:H5DOappend() with the following modifications:
* 1) Remove and replace macro calls such as
* FUNC_ENTER_API, H5TRACE, HGOTO_ERROR
* accordingly because hl does not have these macros
* 2) Replace H5I_get_type() by H5Iget_type()
* 3) Replace H5P_isa_class() by H5Pisa_class()
* 4) Fix a bug in the following: replace extension by size[axis]
* if(extension < old_size) {
* ret_value = FAIL;
* goto done;
* }
*
*-------------------------------------------------------------------------
*/
herr_t
Expand Down

0 comments on commit 5e29f17

Please sign in to comment.