From 555824d9137fcc501f2e0546b26bc2a413494d6c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 10 Dec 2024 12:43:49 -0600 Subject: [PATCH] refactor --- repertory/librepertory/include/app_config.hpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/repertory/librepertory/include/app_config.hpp b/repertory/librepertory/include/app_config.hpp index 48dd8a87..b1d25a57 100644 --- a/repertory/librepertory/include/app_config.hpp +++ b/repertory/librepertory/include/app_config.hpp @@ -110,15 +110,12 @@ private: mutable std::recursive_mutex remote_mount_mutex_; private: - [[nodiscard]] auto get_database_value(const json &json_document, - const std::string &name, - database_type &dst, bool &success_flag) - -> bool; + auto get_database_value(const json &json_document, const std::string &name, + database_type &dst, bool &success_flag) -> bool; template - [[nodiscard]] auto get_value(const json &json_document, - const std::string &name, dest &dst, - bool &success_flag) -> bool { + auto get_value(const json &json_document, const std::string &name, dest &dst, + bool &success_flag) -> bool { REPERTORY_USES_FUNCTION_NAME(); auto ret{false};