mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
elim_uncnstr_tactic: remove m_imp idiom to reduce mem alloc
This commit is contained in:
parent
e1dc553228
commit
52f960a7c8
File diff suppressed because it is too large
Load diff
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef ELIM_UNCNSTR_TACTIC_H_
|
||||
#define ELIM_UNCNSTR_TACTIC_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
|
||||
|
@ -29,5 +28,3 @@ tactic * mk_elim_uncnstr_tactic(ast_manager & m, params_ref const & p = params_r
|
|||
/*
|
||||
ADD_TACTIC("elim-uncnstr", "eliminate application containing unconstrained variables.", "mk_elim_uncnstr_tactic(m, p)")
|
||||
*/
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue