mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Removed unused m_qi_ematching parameter from smt_params
This commit is contained in:
parent
c2b8f25cf9
commit
ec8a86b78a
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ void qi_params::updt_params(params_ref const & _p) {
|
|||
#define DISPLAY_PARAM(X) out << #X"=" << X << std::endl;
|
||||
|
||||
void qi_params::display(std::ostream & out) const {
|
||||
DISPLAY_PARAM(m_qi_ematching);
|
||||
DISPLAY_PARAM(m_qi_cost);
|
||||
DISPLAY_PARAM(m_qi_new_gen);
|
||||
DISPLAY_PARAM(m_qi_eager_threshold);
|
||||
|
|
|
@ -29,7 +29,6 @@ enum quick_checker_mode {
|
|||
};
|
||||
|
||||
struct qi_params {
|
||||
bool m_qi_ematching;
|
||||
std::string m_qi_cost;
|
||||
std::string m_qi_new_gen;
|
||||
double m_qi_eager_threshold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue