From 013cf1035970b6850b3b6b4b98a18673bc44a0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Wed, 31 Jul 2024 11:23:03 +0200 Subject: [PATCH] Remove deprecated stuff --- libnecrolog/necrolog.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libnecrolog/necrolog.h b/libnecrolog/necrolog.h index e912cd5..5373155 100644 --- a/libnecrolog/necrolog.h +++ b/libnecrolog/necrolog.h @@ -69,13 +69,8 @@ class NECROLOG_DECL_EXPORT NecroLog static std::vector setCLIOptions(int argc, char *argv[]); static std::vector setCLIOptions(const std::vector ¶ms); static std::string thresholdsLogInfo(); - [[deprecated]] static std::string tresholdsLogInfo() {return thresholdsLogInfo();} static std::string topicsLogThresholds(); - [[deprecated]] static std::string topicsLogTresholds() { return topicsLogThresholds(); } static void setTopicsLogThresholds(const std::string &thresholds); - [[deprecated]] static void setTopicsLogTresholds(const std::string &thresholds) { setTopicsLogThresholds(thresholds); } - //static std::string fileLogTresholds(); - //static void setFileLogTresholds(const std::string &tresholds); static void registerTopic(const std::string &topic, const std::string &info); static std::string registeredTopicsInfo(); static const char * cliHelp();