summaryrefslogtreecommitdiff
path: root/contrib/alttheoryskel/theory_DIR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/alttheoryskel/theory_DIR.cpp')
-rw-r--r--contrib/alttheoryskel/theory_DIR.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/alttheoryskel/theory_DIR.cpp b/contrib/alttheoryskel/theory_DIR.cpp
index 3f89abbab..b1cd27c89 100644
--- a/contrib/alttheoryskel/theory_DIR.cpp
+++ b/contrib/alttheoryskel/theory_DIR.cpp
@@ -11,9 +11,8 @@ Theory$camel::Theory$camel(context::Context* c,
context::UserContext* u,
OutputChannel& out,
Valuation valuation,
- const LogicInfo& logicInfo,
- SmtGlobals* globals) :
- Theory(THEORY_$alt_id, c, u, out, valuation, logicInfo, globals) {
+ const LogicInfo& logicInfo) :
+ Theory(THEORY_$alt_id, c, u, out, valuation, logicInfo) {
}/* Theory$camel::Theory$camel() */
void Theory$camel::check(Effort level) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback