mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
Remove redundant return statement in sls_bv_fixed.cpp
This commit is contained in:
parent
cc77ff5c28
commit
33364c3f85
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ namespace sls {
|
||||||
for (auto e : ctx.subterms())
|
for (auto e : ctx.subterms())
|
||||||
set_fixed(e);
|
set_fixed(e);
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
for (auto lit : ctx.unit_literals()) {
|
for (auto lit : ctx.unit_literals()) {
|
||||||
auto a = ctx.atom(lit.var());
|
auto a = ctx.atom(lit.var());
|
||||||
if (!a)
|
if (!a)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue