From 3434650848e500d605447388ef7e069ee1515b72 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Feb 2009 12:21:54 -0400 Subject: Removed the binary caching code, and the XML, QIF and Gnucash parsers. --- src/expr.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/expr.cc') diff --git a/src/expr.cc b/src/expr.cc index e71abfd2..da45bb82 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -182,16 +182,6 @@ void expr_t::dump(std::ostream& out) const if (ptr) ptr->dump(out, 0); } -void expr_t::read(const char *& data) -{ - if (ptr) ptr->read(data); -} - -void expr_t::write(std::ostream& out) const -{ - if (ptr) ptr->write(out); -} - void expr_t::initialize() { parser.reset(new expr_t::parser_t); -- cgit v1.2.3