Dead code removal

This commit is contained in:
shahramn 2024-10-09 21:39:30 +01:00
parent 2904d345dd
commit 4e11d8b7dd
2 changed files with 0 additions and 2 deletions

View File

@ -101,7 +101,6 @@ int grib_tool_init(grib_runtime_options* options)
exit(1); exit(1);
} }
} }
Assert(p);
if (p && *p == ',') { if (p && *p == ',') {
p++; p++;
options->latlon_mask = strdup(p); options->latlon_mask = strdup(p);

View File

@ -122,7 +122,6 @@ int grib_tool_init(grib_runtime_options* options)
exit(1); exit(1);
} }
} }
Assert(p);
if (p && *p == ',') { if (p && *p == ',') {
p++; p++;
options->latlon_mask = strdup(p); options->latlon_mask = strdup(p);