File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,6 @@ namespace smt {
565
565
566
566
// start exploring subgraph below `app`
567
567
bool theory_datatype::occurs_check_enter (enode * app) {
568
- context& ctx = get_context ();
569
568
app = app->get_root ();
570
569
theory_var v = app->get_th_var (get_id ());
571
570
if (v == null_theory_var) {
@@ -759,7 +758,6 @@ namespace smt {
759
758
SASSERT (d->m_constructor );
760
759
func_decl * c_decl = d->m_constructor ->get_decl ();
761
760
datatype_value_proc * result = alloc (datatype_value_proc, c_decl);
762
- unsigned num = d->m_constructor ->get_num_args ();
763
761
for (enode* arg : enode::args (d->m_constructor )) {
764
762
result->add_dependency (arg);
765
763
}
Original file line number Diff line number Diff line change @@ -860,7 +860,6 @@ namespace smtfd {
860
860
Enforce M[x] == rewrite(M[x]) for every A[x] such that M = A under current model.
861
861
*/
862
862
void beta_reduce (expr* t) {
863
- bool added = false ;
864
863
if (m_autil.is_map (t) ||
865
864
m_autil.is_const (t) ||
866
865
is_lambda (t)) {
You can’t perform that action at this time.
0 commit comments