Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Oct 31, 2024
1 parent d51474a commit fb46c34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/H5Oint.c
Original file line number Diff line number Diff line change
Expand Up @@ -2694,8 +2694,6 @@ H5O__visit(H5G_loc_t *loc, const char *obj_name, H5_index_t idx_type, H5_iter_or
HGOTO_ERROR(H5E_ID, H5E_CANTREGISTER, FAIL, "unable to register visited object");

/* Make callback for starting object */
/* if ((ret_value = op(obj_id, ".", oinfop, op_data)) < 0)
*/
if ((ret_value = op(obj_id, ".", oinfop, op_data)) < 0)
HGOTO_ERROR(H5E_OHDR, H5E_BADITER, FAIL, "can't visit objects");

Expand Down

0 comments on commit fb46c34

Please sign in to comment.