summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-01-26 16:29:16 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2018-01-26 16:29:16 -0800
commit3faf345fa77c92f91e18f007f95b4ffa0758c17b (patch)
treec742d8f1d426c45b4cfaf5aa36caebe9cbf5dd2e /src/theory/rewriter.cpp
parentd738a7dab46a2a399294f7f15c343a557c13b860 (diff)
Removing structurally dead code. (#1540)
Diffstat (limited to 'src/theory/rewriter.cpp')
-rw-r--r--src/theory/rewriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/rewriter.cpp b/src/theory/rewriter.cpp
index fe58f658d..d13003581 100644
--- a/src/theory/rewriter.cpp
+++ b/src/theory/rewriter.cpp
@@ -251,7 +251,6 @@ Node Rewriter::rewriteTo(theory::TheoryId theoryId, Node node) {
}
Unreachable();
- return Node::null();
}/* Rewriter::rewriteTo() */
void Rewriter::clearCaches() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback