From: Morgan Deters Date: Tue, 29 May 2012 23:12:06 +0000 (+0000) Subject: removing now-unused TheoryEngine::setLogic() interface function X-Git-Tag: cvc5-1.0.0~8136 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c474360092b25b58e199c100a85e3dd61000e82c;p=cvc5.git removing now-unused TheoryEngine::setLogic() interface function --- diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h index 0b5d62d83..019818a5f 100644 --- a/src/theory/theory_engine.h +++ b/src/theory/theory_engine.h @@ -500,12 +500,6 @@ public: d_theoryTable[theoryId] = new TheoryClass(d_context, d_userContext, *d_theoryOut[theoryId], theory::Valuation(this), d_logicInfo); } - /** - * Sets the logic (SMT-LIB format). All theory specific setup/hacks - * should go in here. - */ - void setLogic(std::string logic); - inline void setPropEngine(prop::PropEngine* propEngine) { Assert(d_propEngine == NULL); d_propEngine = propEngine;