From 4270ffaaa33319daa69a53e297909ac4483fcc32 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 26 Apr 2022 11:39:34 +0100 Subject: [PATCH] Cleanup: src/grib_templates.h deprecated --- src/CMakeLists.txt | 1 - src/grib_templates.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ff3bcaea8..76c008161 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/grib_templates.h b/src/grib_templates.h index 1b1ae7333..cc8175e0c 100644 --- a/src/grib_templates.h +++ b/src/grib_templates.h @@ -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