3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 17:38:45 +00:00

removed dead code

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-12 09:10:47 -08:00
parent 512cdc182a
commit 6348dab24a
5 changed files with 1 additions and 1556 deletions

View file

@ -23,7 +23,6 @@ Revision History:
#include"ast_smt2_pp.h"
#include"smt_model_finder.h"
#include"for_each_expr.h"
#include"theory_instgen.h"
namespace smt {
@ -530,11 +529,6 @@ namespace smt {
SASSERT(!b_internalized(q));
SASSERT(q->is_forall());
SASSERT(check_patterns(q));
if (m_fparams.m_instgen) {
theory* th = m_theories.get_plugin(m_manager.get_family_id("inst_gen"));
static_cast<theory_instgen*>(th)->internalize_quantifier(q);
return;
}
bool_var v = mk_bool_var(q);
unsigned generation = m_generation;
unsigned _generation;