3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

Removed unused m_qi_ematching parameter from smt_params

This commit is contained in:
Arie Gurfinkel 2018-05-23 21:43:07 -07:00
parent c2b8f25cf9
commit ec8a86b78a
2 changed files with 0 additions and 2 deletions

View file

@ -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;