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:
parent
f1c9c9b7cd
commit
c9722a1313
5 changed files with 0 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue