summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_registry.cpp')
-rw-r--r--src/theory/quantifiers/term_registry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_registry.cpp b/src/theory/quantifiers/term_registry.cpp
index 31e5240df..3d17099cb 100644
--- a/src/theory/quantifiers/term_registry.cpp
+++ b/src/theory/quantifiers/term_registry.cpp
@@ -60,7 +60,6 @@ void TermRegistry::finishInit(FirstOrderModel* fm,
void TermRegistry::presolve()
{
- d_termDb->presolve();
d_presolve = false;
// add all terms to database
if (options::incrementalSolving() && !options::termDbCd())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback