summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-17 15:09:05 -0500
committerGitHub <noreply@github.com>2018-08-17 15:09:05 -0500
commitee4004505fa7f086872880d2d693c0608af29050 (patch)
tree3c1f155debe7367c3ece51e8a6c5af87c75cbcac /test/unit
parent6d65aa41a7e218469e99f476259cccb08c4c46c1 (diff)
Remove support for flipDecision (#2319)
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/theory/theory_engine_white.h1
-rw-r--r--test/unit/theory/theory_white.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/theory/theory_engine_white.h b/test/unit/theory/theory_engine_white.h
index 290f0d452..620fcd92e 100644
--- a/test/unit/theory/theory_engine_white.h
+++ b/test/unit/theory/theory_engine_white.h
@@ -64,7 +64,6 @@ class FakeOutputChannel : public OutputChannel {
Unimplemented();
}
void requirePhase(TNode, bool) override { Unimplemented(); }
- bool flipDecision() override { Unimplemented(); }
void setIncomplete() override { Unimplemented(); }
void handleUserAttribute(const char* attr, Theory* t) override {
Unimplemented();
diff --git a/test/unit/theory/theory_white.h b/test/unit/theory/theory_white.h
index bb227d2bb..0fbf9c1d6 100644
--- a/test/unit/theory/theory_white.h
+++ b/test/unit/theory/theory_white.h
@@ -68,7 +68,6 @@ class TestOutputChannel : public OutputChannel {
}
void requirePhase(TNode, bool) override { Unreachable(); }
- bool flipDecision() override { Unreachable(); }
void setIncomplete() override { Unreachable(); }
void clear() { d_callHistory.clear(); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback