mirror of https://github.com/ecmwf/eccodes.git
Tools: Dead code removal
This commit is contained in:
parent
33223f4c5a
commit
3e3f0063cf
|
@ -357,12 +357,6 @@ int grib_process_runtime_options(grib_context* context, int argc, char** argv, g
|
|||
else
|
||||
grib_gts_header_off(context);
|
||||
|
||||
if (grib_options_on("V")) {
|
||||
printf("\necCodes Version ");
|
||||
grib_print_api_version(stdout);
|
||||
printf("\n\n");
|
||||
}
|
||||
|
||||
if (grib_options_on("s:")) {
|
||||
sarg = grib_options_get_option("s:");
|
||||
options->set_values_count = MAX_KEYS;
|
||||
|
|
Loading…
Reference in New Issue