summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-03-20 19:27:21 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-03-20 19:27:21 -0400
commite8021a81993fe5ed201e7fdaf7af007e4d9d012b (patch)
treef0fa0cadc16eeda73d32a63b7234238c848e3f73 /src/smt
parent96eccb0d6134ccf4ead0134299b2e3750a890083 (diff)
cleanup
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 8e400468c..c34d3ecba 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -277,9 +277,6 @@ class CVC4_PUBLIC SmtEngine {
* as often as you like. Should be called whenever the final options
* and logic for the problem are set (at least, those options that are
* not permitted to change after assertions and queries are made).
- *
- * FIXME: Above comment not true. Please don't call this more than
- * once. (6/14/2012 -- K)
*/
void finalOptionsAreSet();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback