Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 17, 2025
1 parent 763fa96 commit f27d594
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/solver/modelConverter/convertorVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,9 @@ class ConvertorVisitor: public ExprVisitor
std::any visitRightMuldiv(ExprParser::RightMuldivContext* context) override;
std::any visitRightExpression(ExprParser::RightExpressionContext* context) override;

std::unordered_map<const Nodes::Node*, Visitors::TimeIndex> getTimeIndex() const
{
return nodeTimeIndex;
}

private:
Registry<Nodes::Node>& registry_;
const ModelParser::Model& model_;
std::unordered_map<const Nodes::Node*, Visitors::TimeIndex> nodeTimeIndex;
};

NodeRegistry convertExpressionToNode(const std::string& exprStr, const ModelParser::Model& model)
Expand Down

0 comments on commit f27d594

Please sign in to comment.