mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
parent
c2e0491456
commit
735888145e
6 changed files with 23 additions and 20 deletions
|
@ -134,7 +134,6 @@ bool rewriter_tpl<Config>::process_const(app * t0) {
|
|||
template<typename Config>
|
||||
template<bool ProofGen>
|
||||
bool rewriter_tpl<Config>::visit(expr * t, unsigned max_depth) {
|
||||
// retry:
|
||||
TRACE("rewriter_visit", tout << "visiting\n" << mk_ismt2_pp(t, m()) << "\n";);
|
||||
expr * new_t = nullptr;
|
||||
proof * new_t_pr = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue