summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-08-25 11:27:03 -0500
committerGitHub <noreply@github.com>2021-08-25 16:27:03 +0000
commit76c8bc4c963b494db36074afac74e51ab39917e4 (patch)
tree1dead31654b75eec05ada6ca0a4adf2878809cab /src/theory/quantifiers_engine.cpp
parent9a4deadddfd3d4489ba15f65f0e3dab72b2fcccc (diff)
Eliminate calls to currentSmtEngine (#7060)
Work towards supporting multiple solvers running in parallel. There are now only 5 remaining internal calls to smt::currentSmtEngine. More will be eliminated on future PRs.
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index ccd177b7d..213b6c55e 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -21,7 +21,6 @@
#include "options/smt_options.h"
#include "options/strings_options.h"
#include "options/uf_options.h"
-#include "smt/smt_engine_scope.h"
#include "theory/quantifiers/equality_query.h"
#include "theory/quantifiers/first_order_model.h"
#include "theory/quantifiers/fmf/first_order_model_fmc.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback