summaryrefslogtreecommitdiff
path: root/src/theory/theory_preprocessor.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-10-13 19:10:19 -0500
committerGitHub <noreply@github.com>2020-10-13 19:10:19 -0500
commit0fdf29ba194b8f6763ae41bea05b3208345d89b9 (patch)
tree97e2a41d50f625a68637dfc9e038eec7a0949de6 /src/theory/theory_preprocessor.cpp
parentc3a075c82c6ba038bfb58a8ef7dfb3bb2fc244c0 (diff)
(proof-new) Miscellaneous minor improvements and fixes to proofs in theory files. (#5241)
Diffstat (limited to 'src/theory/theory_preprocessor.cpp')
-rw-r--r--src/theory/theory_preprocessor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/theory_preprocessor.cpp b/src/theory/theory_preprocessor.cpp
index 80b824ca0..e7cdb8f2c 100644
--- a/src/theory/theory_preprocessor.cpp
+++ b/src/theory/theory_preprocessor.cpp
@@ -57,8 +57,6 @@ TheoryPreprocessor::TheoryPreprocessor(TheoryEngine& engine,
{
if (isProofEnabled())
{
- // enable proofs in the term formula remover
- d_tfr.setProofNodeManager(pnm);
// push the proof context, since proof steps may be cleared on calls to
// clearCache() below.
d_pfContext.push();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback