mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Remove line that was missed in original patch
This commit is contained in:
parent
1db3d07beb
commit
3e919a568f
@ -176,8 +176,6 @@ NC4_inq_dim(int ncid, int dimid, char *name, size_t *lenp)
|
||||
else {
|
||||
*lenp = dim->len;
|
||||
}
|
||||
if ((ret = nc4_find_dim_len(dim_grp, dimid, &lenp)))
|
||||
return ret;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user