summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-05-29 23:12:06 +0000
committerMorgan Deters <mdeters@gmail.com>2012-05-29 23:12:06 +0000
commitc474360092b25b58e199c100a85e3dd61000e82c (patch)
treea314d4b32d78602967edeca9e05bdf1b3a7217ae /src/theory/theory_engine.h
parent290fd9672065cde55b7ed9450af36bec21f08f78 (diff)
removing now-unused TheoryEngine::setLogic() interface function
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h6
1 files changed, 0 insertions, 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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback