Remove line that was missed in original patch

This commit is contained in:
Greg Sjaardema 2020-04-30 14:00:18 -06:00 committed by GitHub
parent 1db3d07beb
commit 3e919a568f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{