summaryrefslogtreecommitdiff
path: root/src/printer
diff options
context:
space:
mode:
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>2021-03-18 13:33:47 -0500
committerGitHub <noreply@github.com>2021-03-18 13:33:47 -0500
commit2638e65d242fa9da99d038db07c4a2b75e8dfde3 (patch)
treea3be9ecd4d807957e8b0755368707158ca2b79f0 /src/printer
parentd52bc44199583e3c06816c1d30f61e8075820c1b (diff)
Eliminate more uses of SExpr. (#6149)
This PR eliminates all remaining uses of SExpr outside of statistics.
Diffstat (limited to 'src/printer')
-rw-r--r--src/printer/printer.h1
-rw-r--r--src/printer/smt2/smt2_printer.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/printer/printer.h b/src/printer/printer.h
index 06b263e51..17fd66848 100644
--- a/src/printer/printer.h
+++ b/src/printer/printer.h
@@ -25,7 +25,6 @@
#include "options/language.h"
#include "smt/model.h"
#include "util/result.h"
-#include "util/sexpr.h"
namespace CVC4 {
diff --git a/src/printer/smt2/smt2_printer.h b/src/printer/smt2/smt2_printer.h
index 664bc2bf9..26ccf5821 100644
--- a/src/printer/smt2/smt2_printer.h
+++ b/src/printer/smt2/smt2_printer.h
@@ -245,7 +245,6 @@ class Smt2Printer : public CVC4::Printer
TNode n,
int toDepth,
TypeNode tn) const;
- void toStream(std::ostream& out, const SExpr& sexpr) const;
void toStream(std::ostream& out, const DType& dt) const;
/**
* To stream model sort. This prints the appropriate output for type
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback