From f6d1bb67cb9765535174fc64677477a2566d71b1 Mon Sep 17 00:00:00 2001 From: shahramn Date: Wed, 6 Mar 2024 10:03:05 +0000 Subject: [PATCH] ECC-1781: Further cleanup --- src/grib_nearest_class_regular.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/grib_nearest_class_regular.cc b/src/grib_nearest_class_regular.cc index 7ff90e38f..adb5320a1 100644 --- a/src/grib_nearest_class_regular.cc +++ b/src/grib_nearest_class_regular.cc @@ -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; }