summaryrefslogtreecommitdiff
path: root/src/theory/term_registration_visitor.h
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-05-01 15:31:10 -0400
committerlianah <lianahady@gmail.com>2013-05-01 15:31:10 -0400
commita0cf1089d3d9c36b4493de3e0498464bb50d950b (patch)
treeea6a9db886bf905afedbfb2836625174f7d80f5e /src/theory/term_registration_visitor.h
parent54e6807cec9523a3f5b5279e5a5fce8f9ba4f76a (diff)
removed tracing code causing slowdown; cleaned up some code
Diffstat (limited to 'src/theory/term_registration_visitor.h')
-rw-r--r--src/theory/term_registration_visitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/term_registration_visitor.h b/src/theory/term_registration_visitor.h
index d573213b7..768508d2c 100644
--- a/src/theory/term_registration_visitor.h
+++ b/src/theory/term_registration_visitor.h
@@ -95,6 +95,7 @@ public:
* Notifies the engine of all the theories used.
*/
bool done(TNode node);
+
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback