summaryrefslogtreecommitdiff
path: root/src/theory/idl/theory_idl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl/theory_idl.h')
-rw-r--r--src/theory/idl/theory_idl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/idl/theory_idl.h b/src/theory/idl/theory_idl.h
index aa7267eb7..7c879e722 100644
--- a/src/theory/idl/theory_idl.h
+++ b/src/theory/idl/theory_idl.h
@@ -45,8 +45,7 @@ public:
/** Theory constructor. */
TheoryIdl(context::Context* c, context::UserContext* u, OutputChannel& out,
- Valuation valuation, const LogicInfo& logicInfo,
- SmtGlobals* globals);
+ Valuation valuation, const LogicInfo& logicInfo);
/** Pre-processing of input atoms */
Node ppRewrite(TNode atom);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback