chore(library/tactic/simplify): remove dead option
This commit is contained in:
parent
629d5ebbe8
commit
fd17a19a23
2 changed files with 0 additions and 4 deletions
|
|
@ -1554,7 +1554,6 @@ class add_nested_inductive_decl_fn {
|
|||
cfg.m_canonize_proofs = false;
|
||||
cfg.m_use_axioms = false;
|
||||
cfg.m_zeta = false;
|
||||
cfg.m_use_matcher = false;
|
||||
return cfg;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@ struct simp_config {
|
|||
bool m_beta;
|
||||
bool m_eta;
|
||||
bool m_proj;
|
||||
/* The following option should be removed as soon as we
|
||||
refactor the inductive compiler. */
|
||||
bool m_use_matcher{true};
|
||||
simp_config();
|
||||
simp_config(vm_obj const & o);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue