Skip to content

Commit

Permalink
removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jun 12, 2024
1 parent 8b0aaac commit 23d01b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/H5VL_log_dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,6 @@ herr_t H5VL_log_dataset_read (size_t count,
void *buf[],
void **req) {
herr_t err = 0;
H5VL_log_dset_t *dp = (H5VL_log_dset_t *)dset;
H5VL_log_dset_info_t *dip = NULL; // Dataset info
hid_t dsid; // Dataset space id
H5VL_log_selections *dsel = NULL; // Selection blocks
size_t i;

for (i = 0; i < count; i++) {
Expand Down

0 comments on commit 23d01b1

Please sign in to comment.