diff options
Diffstat (limited to 'src/H5Fmpio.c')
-rw-r--r-- | src/H5Fmpio.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index 0818dda..39307e5 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -403,10 +403,6 @@ H5F_mpio_read(H5F_low_t *lf, const H5F_access_t *access_parms, fprintf(stdout, "Entering H5F_mpio_read\n" ); #endif - /* Check empty read */ - if (0 == size) - HRETURN(SUCCEED); - /* numeric conversion of offset and size */ if (SUCCEED != H5F_haddr_to_MPIOff( *addr, &mpi_off )) { HRETURN_ERROR(H5E_IO, H5E_READERROR, FAIL, @@ -519,10 +515,6 @@ H5F_mpio_write(H5F_low_t *lf, const H5F_access_t *access_parms, fprintf(stdout, "Entering H5F_mpio_write\n" ); #endif - /* Check empty write */ - if (0 == size) - HRETURN(SUCCEED); - /* numeric conversion of offset and size */ if (SUCCEED != H5F_haddr_to_MPIOff( *addr, &mpi_off )) { HRETURN_ERROR(H5E_IO, H5E_READERROR, FAIL, |