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.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/printer/printer.cpp b/src/printer/printer.cpp
index 5d54759b9..67dbe1036 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -69,14 +69,6 @@ unique_ptr<Printer> Printer::makePrinter(OutputLanguage lang)
}
}
-void Printer::toStreamSygus(std::ostream& out, TNode n) const
-{
- // no sygus-specific printing associated with this printer,
- // just print the original term, without letification (the fifth argument is
- // set to 0).
- toStream(out, n, -1, false, 0);
-}
-
void Printer::toStream(std::ostream& out, const Model& m) const
{
for(size_t i = 0; i < m.getNumCommands(); ++i) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback