3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

removing dead code

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-01 12:21:14 -07:00
parent f1c9c9b7cd
commit c9722a1313
5 changed files with 0 additions and 98 deletions

View file

@ -523,12 +523,6 @@ namespace smt {
friend class set_var_theory_trail;
void set_var_theory(bool_var v, theory_id tid);
/**
\brief set user-supplied rewriter.
*/
void set_user_rewriter(void* ctx, user_rewriter::fn* rw) { m_asserted_formulas.set_user_rewriter(ctx, rw); }
// -----------------------------------
//
// Backtracking support