Cleanup: src/grib_templates.h deprecated

This commit is contained in:
Shahram Najm 2022-04-26 11:39:34 +01:00
parent e4e641d28f
commit 4270ffaaa3
2 changed files with 2 additions and 3 deletions

View File

@ -373,7 +373,6 @@ list( APPEND eccodes_src_files
grib_iterator_factory.h
grib_nearest_class.h
grib_nearest_factory.h
grib_templates.h
grib_yacc.h
md5.h
md5.c

View File

@ -61,7 +61,7 @@ unsigned char _grib_template_GRIB2[] = {
};
static grib_templates templates[] = {
{"GRIB1", _grib_template_GRIB1, 107,},
{"GRIB2", _grib_template_GRIB2, 184,},
{"GRIB1", _grib_template_GRIB1, 107,},
{"GRIB2", _grib_template_GRIB2, 184,},
};
#endif