mirror of https://github.com/ecmwf/eccodes.git
ECC-1781: Further cleanup
This commit is contained in:
parent
5bddfc819e
commit
f6d1bb67cb
|
@ -214,7 +214,6 @@ static int find(grib_nearest* nearest, grib_handle* h,
|
|||
}
|
||||
while (grib_iterator_next(iter, &lat, &lon, NULL)) {
|
||||
if (ilat < self->lats_count && olat != lat) {
|
||||
/* Assert(ilat < self->lats_count); */
|
||||
self->lats[ilat++] = lat;
|
||||
olat = lat;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue