From 422cbf5736d888c53599acc508108eba149e1881 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 4 Jan 2023 16:00:39 +0100
Subject: [PATCH] EquationTags: remove unused function

---
 src/EquationTags.hh | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/EquationTags.hh b/src/EquationTags.hh
index e57753b8..729ac861 100644
--- a/src/EquationTags.hh
+++ b/src/EquationTags.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2020-2022 Dynare Team
+ * Copyright © 2020-2023 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -125,13 +125,6 @@ public:
     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
   void writeCheckSumInfo(ostream &output) const;
   void writeOutput(ostream &output) const;
-- 
GitLab