From 3e3f0063cff534c8818d7cb713fc27e8016e396e Mon Sep 17 00:00:00 2001 From: shahramn Date: Mon, 4 Mar 2024 13:15:11 +0000 Subject: [PATCH] Tools: Dead code removal --- tools/grib_options.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/grib_options.cc b/tools/grib_options.cc index 8059f1b0b..c15de1d80 100644 --- a/tools/grib_options.cc +++ b/tools/grib_options.cc @@ -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;