summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index a32590050..458255c06 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -64,12 +64,6 @@ namespace api {
class Solver;
}
-namespace expr {
- namespace pickle {
- class Pickler;
- }/* CVC4::expr::pickle namespace */
-}/* CVC4::expr namespace */
-
namespace prop {
class TheoryProxy;
}/* CVC4::prop namespace */
@@ -218,7 +212,6 @@ class CVC4_PUBLIC Expr {
friend class TypeCheckingException;
friend class api::Solver;
friend class expr::ExportPrivate;
- friend class expr::pickle::Pickler;
friend class prop::TheoryProxy;
friend class smt::SmtEnginePrivate;
friend std::ostream& CVC4::operator<<(std::ostream& out, const Expr& e);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback