Skip to content

Commit

Permalink
Testing: Fix for METAR
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Sep 1, 2024
1 parent fbe2d51 commit 9179608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/action.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9179608

Please sign in to comment.