From c474360092b25b58e199c100a85e3dd61000e82c Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 29 May 2012 23:12:06 +0000 Subject: [PATCH] removing now-unused TheoryEngine::setLogic() interface function --- src/theory/theory_engine.h | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.30.2