3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 05:30:51 +00:00

Eliminated unused variables

This commit is contained in:
Christoph M. Wintersteiger 2015-11-23 13:12:05 +00:00
parent 436a51d8f0
commit 6aa5ec9f77
2 changed files with 2 additions and 34 deletions

View file

@ -90,10 +90,8 @@ class elim_small_bv_tactic : public tactic {
// (VAR 0) is in the first position of substitution; (VAR num_decls-1) is in the last position.
for (unsigned i = 0; i < max_var_idx_p1; i++) {
sort * s = uv.get(i);
for (unsigned i = 0; i < max_var_idx_p1; i++)
substitution.push_back(0);
}
// (VAR num_decls) ... (VAR num_decls+sz-1); are in positions num_decls .. num_decls+sz-1