summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.cpp')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.cpp b/src/theory/quantifiers/theory_quantifiers.cpp
index 1cbb2ce40..7c2bbb019 100644
--- a/src/theory/quantifiers/theory_quantifiers.cpp
+++ b/src/theory/quantifiers/theory_quantifiers.cpp
@@ -162,18 +162,6 @@ bool TheoryQuantifiers::preNotifyFact(
{
getQuantifiersEngine()->assertQuantifier(atom, polarity);
}
- else if (k == INST_CLOSURE)
- {
- if (!polarity)
- {
- Unhandled() << "Unexpected inst-closure fact " << fact;
- }
- getQuantifiersEngine()->addTermToDatabase(atom[0], false, true);
- if (!options::lteRestrictInstClosure())
- {
- d_qstate.getEqualityEngine()->addTerm(atom[0]);
- }
- }
else
{
Unhandled() << "Unexpected fact " << fact;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback