3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Remove redundant return statement in sls_bv_fixed.cpp

This commit is contained in:
Nikolaj Bjorner 2024-09-05 15:42:46 -07:00
parent cc77ff5c28
commit 33364c3f85

View file

@ -32,8 +32,6 @@ namespace sls {
for (auto e : ctx.subterms())
set_fixed(e);
return;
for (auto lit : ctx.unit_literals()) {
auto a = ctx.atom(lit.var());
if (!a)