Skip to content
Snippets Groups Projects
Verified Commit 422cbf57 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

EquationTags: remove unused function

parent df3a1533
Loading
/* /*
* Copyright © 2020-2022 Dynare Team * Copyright © 2020-2023 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -125,13 +125,6 @@ public: ...@@ -125,13 +125,6 @@ public:
return exists(eqn) && eqn_tags.at(eqn).contains(key); return exists(eqn) && eqn_tags.at(eqn).contains(key);
} }
//! Returns true if equation tag with key and value exists for a given equation
bool
exists(const int eqn, const string &key, const string &value) const
{
return exists(eqn, key) && eqn_tags.at(eqn).at(key) == value;
}
//! Various functions to write equation tags //! Various functions to write equation tags
void writeCheckSumInfo(ostream &output) const; void writeCheckSumInfo(ostream &output) const;
void writeOutput(ostream &output) const; void writeOutput(ostream &output) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment