mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Minor cleanliness fix.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
c7e27fb2d9
commit
7fc95aff3c
|
@ -73,6 +73,7 @@ struct th_rewriter_cfg : public default_rewriter_cfg {
|
|||
m_a_rw.updt_params(p);
|
||||
m_bv_rw.updt_params(p);
|
||||
m_ar_rw.updt_params(p);
|
||||
m_f_rw.updt_params(p);
|
||||
updt_local_params(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue