Tools: Dead code removal

This commit is contained in:
Shahram Najm 2024-01-20 13:57:44 +00:00
parent 3c92203426
commit c3f13b323b
1 changed files with 0 additions and 4 deletions

View File

@ -219,10 +219,6 @@ int grib_tool_init(grib_runtime_options* options)
else
onlyListed = 1;
if (grib_options_on("H") && grib_options_on("c:")) {
printf("Error: -H and -c options are incompatible. Choose one of the two please.\n");
exit(1);
}
if (grib_options_on("a") && !grib_options_on("c:")) {
printf("Error: -a option requires -c option. Please define a list of keys with the -c option.\n");
exit(1);