Skip to content

Commit

Permalink
fix #4796
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 16, 2020
1 parent 98db260 commit 36e9412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smt/smt_model_finder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2198,8 +2198,6 @@ namespace smt {
}
else {
SASSERT(is_quantifier(curr));
SASSERT(is_lambda(curr));
//UNREACHABLE(); // can't happen, the quantifier is supposed to be flat.
}
}
}
Expand Down

0 comments on commit 36e9412

Please # to comment.