summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/options_template.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp
index d97d11364..9c2d5aaa4 100644
--- a/src/options/options_template.cpp
+++ b/src/options/options_template.cpp
@@ -552,10 +552,6 @@ ${all_modules_option_handlers}
}
}
- if((*this)[options::incrementalSolving] && (*this)[options::proof]) {
- throw OptionException(std::string("The use of --incremental with --proof is not yet supported"));
- }
-
Debug("options") << "returning " << nonOptions.size() << " non-option arguments." << std::endl;
return nonOptions;
@@ -576,7 +572,7 @@ std::vector<std::string> Options::suggestCommandLineOptions(const std::string& o
static const char* smtOptions[] = {
${all_modules_smt_options},
-#line 580 "${template}"
+#line 576 "${template}"
NULL
};/* smtOptions[] */
@@ -598,7 +594,7 @@ SExpr Options::getOptions() const throw() {
${all_modules_get_options}
-#line 602 "${template}"
+#line 598 "${template}"
return SExpr(opts);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback