mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 18:24:43 +00:00
Remove unused private member from smaller_pattern.
This commit is contained in:
parent
3ab96281eb
commit
112dba559f
2 changed files with 2 additions and 5 deletions
|
@ -106,7 +106,7 @@ pattern_inference_cfg::pattern_inference_cfg(ast_manager & m, pattern_inference_
|
|||
m_params(params),
|
||||
m_bfid(m.get_basic_family_id()),
|
||||
m_afid(m.mk_family_id("arith")),
|
||||
m_le(m),
|
||||
m_le(),
|
||||
m_nested_arith_only(true),
|
||||
m_block_loop_patterns(params.m_pi_block_loop_patterns),
|
||||
m_candidates(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue