Skip to content
Snippets Groups Projects
Commit 179ccbc1 authored by Timo Koch's avatar Timo Koch
Browse files

[loggingparamtree] Remove unused function

parent 9810532d
No related branches found
No related tags found
1 merge request!1845Feature/istl solver factory
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment