From: Guy Date: Mon, 25 Jul 2016 06:24:40 +0000 (-0700) Subject: cleanup X-Git-Tag: cvc5-1.0.0~6040^2~35 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19fa481771fc2ef35869930245075b42238f66dc;p=cvc5.git cleanup --- diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp index 0aaf602e3..98eb81755 100644 --- a/src/theory/theory_engine.cpp +++ b/src/theory/theory_engine.cpp @@ -93,7 +93,6 @@ theory::LemmaStatus TheoryEngine::EngineOutputChannel::lemma(TNode lemma, removable, preprocess, sendAtoms ? d_theory : theory::THEORY_LAST); - // PROOF(delete proofRecipe;); return result; }