projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0daf3f9
)
Fix merge mishap of #2359.
author
Aina Niemetz
<aina.niemetz@gmail.com>
Tue, 4 Sep 2018 17:51:41 +0000
(10:51 -0700)
committer
Aina Niemetz
<aina.niemetz@gmail.com>
Tue, 4 Sep 2018 17:51:41 +0000
(10:51 -0700)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index 914d781d4be38e24d4c285ba3cc6774e5f70cc49..afacb205c2421018ea0224940a2813e65a1456b1 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-485,8
+485,6
@@
class SmtEnginePrivate : public NodeManagerListener {
/** A circuit propagator for non-clausal propositional deduction */
booleans::CircuitPropagator d_propagator;
- bool d_propagatorNeedsFinish;
-
/** Assertions in the preprocessing pipeline */
AssertionPipeline d_assertions;