summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-17 20:36:36 -0500
committerGitHub <noreply@github.com>2018-09-17 20:36:36 -0500
commitf807ab4124630719dcbed14f22d03a857dcdab02 (patch)
treeb13c06be2455d8a8cbf35e129191734495fda77d /src/theory/quantifiers/theory_quantifiers.h
parent83be77ff113cbc0357796fb8121091eed2c95ab1 (diff)
Clean remaining references to getNextDecisionRequest in quantifiers. (#2484)
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.h')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.h b/src/theory/quantifiers/theory_quantifiers.h
index 074e288c6..55047fe2b 100644
--- a/src/theory/quantifiers/theory_quantifiers.h
+++ b/src/theory/quantifiers/theory_quantifiers.h
@@ -45,7 +45,6 @@ class TheoryQuantifiers : public Theory {
void presolve() override;
void ppNotifyAssertions(const std::vector<Node>& assertions) override;
void check(Effort e) override;
- Node getNextDecisionRequest(unsigned& priority) override;
bool collectModelInfo(TheoryModel* m) override;
void shutdown() override {}
std::string identify() const override
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback