summaryrefslogtreecommitdiff
path: root/src/printer
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-20 13:25:10 -0700
committerGitHub <noreply@github.com>2021-04-20 20:25:10 +0000
commiteee194ba0e228d28aa8bdd40a360b98fc3d0613f (patch)
tree73013077dbfdf0cad49291abe851d1ed2cc54370 /src/printer
parent54c3b8f716b4313f967c91ca9f55d2385a21e28c (diff)
Remove support for CVC3 language. (#6369)
Diffstat (limited to 'src/printer')
-rw-r--r--src/printer/printer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/printer/printer.cpp b/src/printer/printer.cpp
index 6237c8744..6ab419b85 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -56,10 +56,6 @@ unique_ptr<Printer> Printer::makePrinter(OutputLanguage lang)
case LANG_AST:
return unique_ptr<Printer>(new printer::ast::AstPrinter());
- case LANG_CVC3:
- return unique_ptr<Printer>(
- new printer::cvc::CvcPrinter(/* cvc3-mode = */ true));
-
default: Unhandled() << lang;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback