mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
Remove dead code
This commit is contained in:
parent
00f870b7ff
commit
4e9023b8fe
2 changed files with 0 additions and 31 deletions
|
@ -370,9 +370,7 @@ public:
|
|||
unsigned level, unsigned oidx, bool must,
|
||||
const ptr_vector<app> **aux);
|
||||
|
||||
void remove_predecessors(expr_ref_vector& literals);
|
||||
void find_predecessors(datalog::rule const& r, ptr_vector<func_decl>& predicates) const;
|
||||
void find_predecessors(vector<std::pair<func_decl*, unsigned> >& predicates) const;
|
||||
datalog::rule const* find_rule(model &mev, bool& is_concrete,
|
||||
vector<bool>& reach_pred_used,
|
||||
unsigned& num_reuse_reach);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue