Skip to content

Commit

Permalink
Merge pull request #2131 from gsjaardema/patch-49
Browse files Browse the repository at this point in the history
Remove duplicate line
  • Loading branch information
WardF authored Oct 26, 2021
2 parents 19828e1 + 9c6181d commit 783dc54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libhdf5/nc4hdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ rec_reattach_scales(NC_GRP_INFO_T *grp, int dimid, hid_t dimscaleid)

var = (NC_VAR_INFO_T*)ncindexith(grp->vars,i);
assert(var && var->format_var_info);
hdf5_var = (NC_HDF5_VAR_INFO_T *)var->format_var_info;

hdf5_var = (NC_HDF5_VAR_INFO_T*)var->format_var_info;
assert(hdf5_var != NULL);
Expand Down

0 comments on commit 783dc54

Please sign in to comment.