From 179ccbc1fc313cdb50de8a354b712e58b1864d92 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 29 Jan 2020 17:23:48 +0100 Subject: [PATCH] [loggingparamtree] Remove unused function --- dumux/common/loggingparametertree.hh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dumux/common/loggingparametertree.hh b/dumux/common/loggingparametertree.hh index 4018a99d1e..fa05227a14 100644 --- a/dumux/common/loggingparametertree.hh +++ b/dumux/common/loggingparametertree.hh @@ -66,16 +66,6 @@ public: bool hasKey(const std::string& key) const { return params_.hasKey(key); } - /** \brief test for key (even in default parameters) - * - * Tests whether given key exists. - * - * \param key key name - * \return true if key exists in structure, otherwise false - */ - bool hasKeyOrDefaultKey(const std::string& key) const - { return params_.hasKey(key) || defaultParams_.hasKey(key); } - /** \brief test for key in group * * Tests whether given key exists in a group. -- GitLab