summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.h
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.h
parentff498bb43b3d3785bdb894974678e65926de62ab (diff)
Adding regression test scrubbing.
Diffstat (limited to 'src/theory/rewriter.h')
-rw-r--r--src/theory/rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index fc53121e4..aed93a451 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -107,7 +107,7 @@ public:
* Rewrites the node using theoryOf() to determine which rewriter to
* use on the node.
*/
- static Node rewrite(TNode node) throw (UnsafeInterruptException);
+ static Node rewrite(TNode node);
/**
* Garbage collects the rewrite caches.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback