summaryrefslogtreecommitdiff
path: root/src/options/options.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-20 13:36:12 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-20 13:36:12 +0000
commit2c7da77682998d520136249897f69ceed53d49a9 (patch)
tree42b59ab42fa08392b0d6ab7902490ea98624136d /src/options/options.h
parent46c12d84290f3ed23bd0b435c6e8e5852ab1af39 (diff)
some bugfixes that come as a result of debugging some CASCADE/C stuff..
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/options/options.h')
-rw-r--r--src/options/options.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/options/options.h b/src/options/options.h
index 4f7e2a692..3b7900878 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -126,16 +126,6 @@ public:
*/
std::vector<std::string> parseOptions(int argc, char* argv[]) throw(OptionException);
- /**
- * Set the output language based on the given string.
- */
- void setOutputLanguage(const char* str) throw(OptionException);
-
- /**
- * Set the input language based on the given string.
- */
- void setInputLanguage(const char* str) throw(OptionException);
-
};/* class Options */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback