mirror of https://github.com/ecmwf/eccodes.git
Dead code removal
This commit is contained in:
parent
13c04fc5a6
commit
beb8abb32c
|
@ -76,14 +76,6 @@ int grib_tool_new_handle_action(grib_runtime_options* options, grib_handle* h)
|
|||
names[name_count++] = options->requested_print_keys[i].name;
|
||||
}
|
||||
|
||||
if (!options->skip) {
|
||||
if (options->set_values_count != 0)
|
||||
err = grib_set_values(h, options->set_values, options->set_values_count);
|
||||
|
||||
if (err != GRIB_SUCCESS && options->fail)
|
||||
exit(err);
|
||||
}
|
||||
|
||||
GRIB_CHECK(grib_get_long(h, "missingValuesPresent", &missingValuesPresent), 0);
|
||||
|
||||
GRIB_CHECK(grib_get_size(h, "values", &size), 0);
|
||||
|
|
Loading…
Reference in New Issue