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> &eq_tags); - //! Add equation tags to equation tag table - void addEquationTagsToTable(const vector> &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