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:
parent
cc77ff5c28
commit
33364c3f85
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue