summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-06 16:13:31 -0600
committerGitHub <noreply@github.com>2018-03-06 16:13:31 -0600
commit612bb0013f180a7d414f0a4b1e770aaa7ed09152 (patch)
treebfd2b723cfccb04ab3422351dae4630eaee35d7e /src/theory/quantifiers_engine.h
parente0909efd64c96311c69dec223411ab6b7988d01d (diff)
Simplify initialization of quantifiers engine (#1641)
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 3716fc497..3fb250d4a 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -277,8 +277,6 @@ public:
/** is finite bound */
bool isFiniteBound( Node q, Node v );
public:
- /** initialize */
- void finishInit();
/** presolve */
void presolve();
/** notify preprocessed assertion */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback