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

Remove debug function

This commit is contained in:
Arie Gurfinkel 2018-05-17 13:22:22 -07:00
parent ac3bbed311
commit 3f9b5bce99
2 changed files with 9 additions and 10 deletions

View file

@ -320,8 +320,6 @@ class pred_transformer {
void simplify_formulas(tactic& tac, expr_ref_vector& fmls);
// Debugging
bool check_filled(app_ref_vector const& v) const;
void add_premises(decl2rel const& pts, unsigned lvl, datalog::rule& rule, expr_ref_vector& r);
expr* mk_fresh_reach_case_var ();