mirror of https://github.com/ecmwf/eccodes.git
Dead code removal
This commit is contained in:
parent
2904d345dd
commit
4e11d8b7dd
|
@ -101,7 +101,6 @@ int grib_tool_init(grib_runtime_options* options)
|
|||
exit(1);
|
||||
}
|
||||
}
|
||||
Assert(p);
|
||||
if (p && *p == ',') {
|
||||
p++;
|
||||
options->latlon_mask = strdup(p);
|
||||
|
|
|
@ -122,7 +122,6 @@ int grib_tool_init(grib_runtime_options* options)
|
|||
exit(1);
|
||||
}
|
||||
}
|
||||
Assert(p);
|
||||
if (p && *p == ',') {
|
||||
p++;
|
||||
options->latlon_mask = strdup(p);
|
||||
|
|
Loading…
Reference in New Issue