mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
Remove unused variables
This commit is contained in:
parent
364fbda925
commit
5e5c231712
2 changed files with 0 additions and 3 deletions
|
@ -704,7 +704,6 @@ br_status seq_rewriter::mk_seq_extract(expr* a, expr* b, expr* c, expr_ref& resu
|
|||
if (!get_lengths(b, lens, pos)) {
|
||||
return BR_FAILED;
|
||||
}
|
||||
unsigned rsz = lens.size();
|
||||
unsigned i = 0;
|
||||
for (; i < m_lhs.size(); ++i) {
|
||||
expr* lhs = m_lhs.get(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue