summaryrefslogtreecommitdiff
path: root/src/expr/node_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_manager.cpp')
-rw-r--r--src/expr/node_manager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/expr/node_manager.cpp b/src/expr/node_manager.cpp
index 85f5e3c75..3c79e96f2 100644
--- a/src/expr/node_manager.cpp
+++ b/src/expr/node_manager.cpp
@@ -400,8 +400,7 @@ std::vector<NodeValue*> NodeManager::TopologicalSort(
} /* NodeManager::TopologicalSort() */
TypeNode NodeManager::getType(TNode n, bool check)
- throw(TypeCheckingExceptionPrivate, AssertionException) {
-
+{
// Many theories' type checkers call Node::getType() directly. This
// is incorrect, since "this" might not be the caller's curent node
// manager. Rather than force the individual typecheckers not to do
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback