Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cvc5/cvc5 into eoNl-0107
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Jan 24, 2025
2 parents b15a0ea + 0272090 commit 076fbba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/proof/lfsc/lfsc_node_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,6 @@ Node LfscNodeConverter::getOperatorOfBoundVar(Node cop, Node v)

size_t LfscNodeConverter::getOrAssignIndexForFVar(Node fv)
{
Assert(fv.isVar());
std::map<Node, size_t>::iterator it = d_fvarIndex.find(fv);
if (it != d_fvarIndex.end())
{
Expand Down

0 comments on commit 076fbba

Please sign in to comment.