3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 16:25:48 +00:00

eliminated unused variables

This commit is contained in:
Christoph M. Wintersteiger 2014-11-07 16:04:02 +00:00
parent cf8ad072d0
commit 005bb82a17
3 changed files with 24 additions and 23 deletions

View file

@ -161,7 +161,7 @@ class iz3base : public iz3mgr, public scopes {
stl_ext::hash_map<ast,ast> simplify_memo;
stl_ext::hash_map<ast,int> frame_map; // map assertions to frames
int frames; // number of frames
// int frames; // number of frames
protected:
void add_frame_range(int frame, ast t);