diff --git a/src/h5core/h5u_io.c b/src/h5core/h5u_io.c index ce9994e..0e7f84e 100644 --- a/src/h5core/h5u_io.c +++ b/src/h5core/h5u_io.c @@ -230,9 +230,6 @@ h5u_write_data ( f->props->xfer_prop, data)); TRY (h5priv_end_throttle (f)); - if (f->props->flags & H5_FLUSH_STEP) - TRY (hdf5_flush (f->step_gid, H5F_SCOPE_LOCAL)); - TRY (hdf5_close_dataset (dset_id)); f->empty = 0;