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/mask.cc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/mask.cc') diff --git a/src/mask.cc b/src/mask.cc index 11d12cc3..ed422b91 100644 --- a/src/mask.cc +++ b/src/mask.cc @@ -30,7 +30,6 @@ */ #include "mask.h" -#include "binary.h" namespace ledger { @@ -46,14 +45,4 @@ mask_t& mask_t::operator=(const string& pat) return *this; } -void mask_t::read(const char *& data) -{ - *this = binary::read_string(data); -} - -void mask_t::write(std::ostream& out) const -{ - binary::write_string(out, expr.str()); -} - } // namespace ledger -- cgit v1.2.3