mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
fix warning message for unused variable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
099e572a26
commit
993a0434b4
1 changed files with 0 additions and 1 deletions
|
@ -568,7 +568,6 @@ bool theory_seq::check_extensionality() {
|
||||||
context& ctx = get_context();
|
context& ctx = get_context();
|
||||||
unsigned sz = get_num_vars();
|
unsigned sz = get_num_vars();
|
||||||
unsigned_vector seqs;
|
unsigned_vector seqs;
|
||||||
bool added_assumption = false;
|
|
||||||
for (unsigned v = 0; v < sz; ++v) {
|
for (unsigned v = 0; v < sz; ++v) {
|
||||||
enode* n = get_enode(v);
|
enode* n = get_enode(v);
|
||||||
expr* o1 = n->get_owner();
|
expr* o1 = n->get_owner();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue