summaryrefslogtreecommitdiff
path: root/src/printer/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/printer.cpp')
-rw-r--r--src/printer/printer.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/printer/printer.cpp b/src/printer/printer.cpp
index 2d5ae58cd..5e778996d 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -39,13 +39,6 @@ unique_ptr<Printer> Printer::makePrinter(OutputLanguage lang)
using namespace CVC4::language::output;
switch(lang) {
- case LANG_SMTLIB_V2_0:
- return unique_ptr<Printer>(
- new printer::smt2::Smt2Printer(printer::smt2::smt2_0_variant));
-
- case LANG_SMTLIB_V2_5:
- return unique_ptr<Printer>(new printer::smt2::Smt2Printer());
-
case LANG_SMTLIB_V2_6:
return unique_ptr<Printer>(
new printer::smt2::Smt2Printer(printer::smt2::smt2_6_variant));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback