ECC-1781: Further cleanup

This commit is contained in:
shahramn 2024-03-06 10:03:05 +00:00
parent 5bddfc819e
commit f6d1bb67cb
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}