summaryrefslogtreecommitdiff
path: root/src/theory/idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl')
-rw-r--r--src/theory/idl/theory_idl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/idl/theory_idl.cpp b/src/theory/idl/theory_idl.cpp
index 8597c117d..9e402f430 100644
--- a/src/theory/idl/theory_idl.cpp
+++ b/src/theory/idl/theory_idl.cpp
@@ -49,6 +49,10 @@ Node TheoryIdl::ppRewrite(TNode atom) {
}
void TheoryIdl::check(Effort level) {
+ //// Not needed for now, as no code outside while() loop below.
+ // if (done() && !fullEffort(e)) {
+ // return;
+ // }
while(!done()) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback