3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 03:27:52 +00:00

Remove unused variables

This commit is contained in:
Daniel Schemmel 2019-07-23 11:09:50 +02:00
parent 364fbda925
commit 5e5c231712
No known key found for this signature in database
GPG key ID: A176732062461ECC
2 changed files with 0 additions and 3 deletions

View file

@ -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);