Testing: Fix for METAR

This commit is contained in:
Shahram Najm 2024-09-01 15:57:35 +00:00
parent fbe2d513b0
commit 9179608c88
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ static void grib_dump(grib_action* a, FILE* f, int l)
}
c = c->super ? *(c->super) : NULL;
}
DEBUG_ASSERT(0);
}
// void grib_xref(grib_action* a, FILE* f, const char* path)