mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
Various variable renamings to avoid conflicts with previously defined local variables, function parameters, or members (Visual Studio 2015 warnings).
This commit is contained in:
parent
ba88648468
commit
fec815b41e
11 changed files with 65 additions and 69 deletions
|
@ -709,8 +709,6 @@ public:
|
|||
tactic_ref_vector ts2;
|
||||
goal_ref_vector g_copies;
|
||||
|
||||
ast_manager & m = in->m();
|
||||
|
||||
for (unsigned i = 0; i < r1_size; i++) {
|
||||
ast_manager * new_m = alloc(ast_manager, m, !m.proof_mode());
|
||||
managers.push_back(new_m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue