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/op.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 0cd55b4a..a2b20c73 100644 --- a/src/op.h +++ b/src/op.h @@ -301,9 +301,6 @@ public: bool print(std::ostream& out, const context_t& context = context_t()) const; void dump(std::ostream& out, const int depth) const; - void read(const char *& data); - void write(std::ostream& out) const; - static ptr_op_t wrap_value(const value_t& val); static ptr_op_t wrap_functor(const function_t& fobj); }; -- cgit v1.2.3