mirror of https://github.com/ecmwf/eccodes.git
Dead code removal: sh nearest
This commit is contained in:
parent
1a3b1554f9
commit
3a122d8fc2
|
@ -323,7 +323,6 @@ list( APPEND eccodes_src_files
|
|||
grib_nearest_class_regular.cc
|
||||
grib_nearest_class_reduced.cc
|
||||
grib_nearest_class_latlon_reduced.cc
|
||||
grib_nearest_class_sh.cc
|
||||
grib_nearest_class_lambert_conformal.cc
|
||||
grib_nearest_class_lambert_azimuthal_equal_area.cc
|
||||
grib_nearest_class_mercator.cc
|
||||
|
|
|
@ -1348,8 +1348,6 @@ grib_nearest* grib_nearest_factory(grib_handle* h, grib_arguments* args);
|
|||
|
||||
/* grib_nearest_class_latlon_reduced.cc*/
|
||||
|
||||
/* grib_nearest_class_sh.cc*/
|
||||
|
||||
/* grib_nearest_class_lambert_conformal.cc*/
|
||||
|
||||
/* grib_nearest_class_polar_stereographic.cc*/
|
||||
|
|
|
@ -7,5 +7,4 @@ extern grib_nearest_class* grib_nearest_class_mercator;
|
|||
extern grib_nearest_class* grib_nearest_class_polar_stereographic;
|
||||
extern grib_nearest_class* grib_nearest_class_reduced;
|
||||
extern grib_nearest_class* grib_nearest_class_regular;
|
||||
extern grib_nearest_class* grib_nearest_class_sh;
|
||||
extern grib_nearest_class* grib_nearest_class_space_view;
|
||||
|
|
|
@ -7,5 +7,4 @@
|
|||
{ "polar_stereographic", &grib_nearest_class_polar_stereographic, },
|
||||
{ "reduced", &grib_nearest_class_reduced, },
|
||||
{ "regular", &grib_nearest_class_regular, },
|
||||
{ "sh", &grib_nearest_class_sh, },
|
||||
{ "space_view", &grib_nearest_class_space_view, },
|
||||
|
|
Loading…
Reference in New Issue