mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
addressing compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05a39cb2cf
commit
9c1f85e564
5 changed files with 1 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue