mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
eliminated unused variables
This commit is contained in:
parent
cf8ad072d0
commit
005bb82a17
3 changed files with 24 additions and 23 deletions
|
@ -2747,7 +2747,8 @@ class iz3proof_itp_impl : public iz3proof_itp {
|
|||
ast orig_e = e;
|
||||
pf = make_refl(e); // proof that e = e
|
||||
|
||||
prover::range erng = pv->ast_scope(e);
|
||||
// prover::range erng =
|
||||
pv->ast_scope(e);
|
||||
#if 0
|
||||
if(!(erng.lo > erng.hi) && pv->ranges_intersect(pv->ast_scope(e),rng)){
|
||||
return e; // this term occurs in range, so it's O.K.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue