summaryrefslogtreecommitdiff
path: root/src/theory/term_registration_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/term_registration_visitor.h')
-rw-r--r--src/theory/term_registration_visitor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/term_registration_visitor.h b/src/theory/term_registration_visitor.h
index 5f89af9c6..d573213b7 100644
--- a/src/theory/term_registration_visitor.h
+++ b/src/theory/term_registration_visitor.h
@@ -95,11 +95,6 @@ public:
* Notifies the engine of all the theories used.
*/
bool done(TNode node);
- ~PreRegisterVisitor() {
- for (TNodeToTheorySetMap::const_iterator it = d_visited.begin(); it != d_visited.end(); ++it) {
- std::cout << it->first <<"\n";
- }
- }
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback