Remove unnecessary code in register quantifier internal (#2092)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 26 Jun 2018 17:58:25 +0000 (12:58 -0500)
committerGitHub <noreply@github.com>
Tue, 26 Jun 2018 17:58:25 +0000 (12:58 -0500)
src/theory/quantifiers_engine.cpp

index 1fa3514c8d9f47028cace12f2b6b716ab1137926..37f11f9cdae64b8e140ae0c15097014a3c5312b0 100644 (file)
@@ -799,8 +799,6 @@ void QuantifiersEngine::registerQuantifierInternal(Node f)
       // this call
       Assert(d_lemmas_waiting.size() == prev_lemma_waiting);
     }
-    // TODO (#2020): remove this
-    Node ceBody = d_term_util->getInstConstantBody(f);
     Trace("quant-debug") << "...finish." << std::endl;
     d_quants[f] = true;
     AlwaysAssert(d_lemmas_waiting.size() == prev_lemma_waiting);