summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.cpp
diff options
context:
space:
mode:
authorTim King <taking@google.com>2017-01-10 17:51:14 -0800
committerTim King <taking@google.com>2017-01-10 18:21:15 -0800
commit1e7807069e07a710bafa83fc7412c3ac164249b8 (patch)
tree3301a132c17645a33abe8e5bb331fa3d721af33d /src/theory/rewriter.cpp
parentff498bb43b3d3785bdb894974678e65926de62ab (diff)
Adding regression test scrubbing.
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