Skip to content

Commit 07c1aea

Browse files
committed
Remove (revert) redundant chunk encoding size check
1 parent a4b8972 commit 07c1aea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/H5Dchunk.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5303,8 +5303,6 @@ H5D__chunk_allocate(const H5D_t *dset, bool full_overwrite, const hsize_t old_di
53035303
if (H5Z_pipeline(pline, 0, &filter_mask, err_detect, filter_cb, &orig_chunk_size, &buf_size,
53045304
&fb_info.fill_buf) < 0)
53055305
HGOTO_ERROR(H5E_PLINE, H5E_WRITEERROR, FAIL, "output pipeline failed");
5306-
5307-
H5D_CHUNK_ENCODE_SIZE_CHECK(&dset->shared->layout, orig_chunk_size, FAIL);
53085306
} /* end if */
53095307

53105308
/* Set chunk size */

0 commit comments

Comments
 (0)