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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/expr.h') diff --git a/src/expr.h b/src/expr.h index 28937b64..7f4cd9b5 100644 --- a/src/expr.h +++ b/src/expr.h @@ -145,8 +145,6 @@ public: void print(std::ostream& out) const; void dump(std::ostream& out) const; - void read(const char *& data); - void write(std::ostream& out) const; static value_t eval(const string& _expr, scope_t& scope); }; -- cgit v1.2.3