diff --git a/src/ModelTree.hh b/src/ModelTree.hh index fe1976887e43e89682b0f8d6a70cda0798bea028..4aa4857053b3e5152cac1b542103cb9c0beb1268 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