Dead code removal

This commit is contained in:
shahramn 2024-05-02 16:23:06 +01:00
parent 13c04fc5a6
commit beb8abb32c
1 changed files with 0 additions and 8 deletions

View File

@ -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);