mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Remove duplicate line
Remove a duplicate line...
This commit is contained in:
parent
19828e137d
commit
9c6181da09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user