summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter.cpp')
-rw-r--r--src/theory/rewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter.cpp b/src/theory/rewriter.cpp
index 18ded60a8..87080ec18 100644
--- a/src/theory/rewriter.cpp
+++ b/src/theory/rewriter.cpp
@@ -84,7 +84,7 @@ struct RewriteStackElement {
}
};
-Node Rewriter::rewrite(TNode node) throw (UnsafeInterruptException){
+Node Rewriter::rewrite(TNode node) {
return rewriteTo(theoryOf(node), node);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback