From e3a3979eba816d3a24d28b1556cb34c7c815ca9d Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 26 Nov 2019 16:37:01 +0100
Subject: [PATCH] remove unnecessary line included in 0ff7a9d

---
 src/ModelTree.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/ModelTree.hh b/src/ModelTree.hh
index fe197688..4aa48570 100644
--- a/src/ModelTree.hh
+++ b/src/ModelTree.hh
@@ -350,8 +350,6 @@ public:
   void addEquation(expr_t eq, int lineno);
   //! Declare a node as an equation of the model, also giving its tags
   void addEquation(expr_t eq, int lineno, const vector<pair<string, string>> &eq_tags);
-  //! Add equation tags to equation tag table
-  void addEquationTagsToTable(const vector<pair<string, string>> &eq_tags);
   //! Declare a node as an auxiliary equation of the model, adding it at the end of the list of auxiliary equations
   void addAuxEquation(expr_t eq);
   //! Returns the number of equations in the model
-- 
GitLab