cleanup
authorGuy <katz911@gmail.com>
Mon, 25 Jul 2016 06:24:40 +0000 (23:24 -0700)
committerGuy <katz911@gmail.com>
Mon, 25 Jul 2016 06:24:40 +0000 (23:24 -0700)
src/theory/theory_engine.cpp

index 0aaf602e3b35164202d7280bda6f2437210d75e4..98eb81755b546e14520718b1534383074f08fa2d 100644 (file)
@@ -93,7 +93,6 @@ theory::LemmaStatus TheoryEngine::EngineOutputChannel::lemma(TNode lemma,
                                                removable,
                                                preprocess,
                                                sendAtoms ? d_theory : theory::THEORY_LAST);
-  // PROOF(delete proofRecipe;);
   return result;
 }