From 9dd5b817da12e3665de1456cb7330db1ae6d7d84 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Fri, 15 Dec 2023 10:47:40 +0100 Subject: [PATCH] Remove the last few deprecated accessors --- include/podio/GenericParameters.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/podio/GenericParameters.h b/include/podio/GenericParameters.h index 8466de9cb..8b81fabbe 100644 --- a/include/podio/GenericParameters.h +++ b/include/podio/GenericParameters.h @@ -25,9 +25,6 @@ class ROOTNTupleWriter; } // namespace podio #endif -#define DEPR_NON_TEMPLATE \ - [[deprecated("Non-templated access will be removed. Switch to templated access functionality")]] - namespace podio { /// The types which are supported in the GenericParameters @@ -172,18 +169,6 @@ class GenericParameters { } } - DEPR_NON_TEMPLATE const auto& getStringMap() const { - return getMap(); - } - - DEPR_NON_TEMPLATE const auto& getFloatMap() const { - return getMap(); - } - - DEPR_NON_TEMPLATE const auto& getIntMap() const { - return getMap(); - } - private: /// Get a reference to the internal map for a given type (necessary for SIO) template