From 8276b51f5692796bfdf75dd64f709e0de1c7caaf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 31 Jul 2008 04:28:58 -0400 Subject: A new binary_cache_t object has been creating to manage saving and restoring a Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now. --- binary.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'binary.h') diff --git a/binary.h b/binary.h index 1c09a27b..8a2ef681 100644 --- a/binary.h +++ b/binary.h @@ -264,11 +264,6 @@ void write_long(std::ostream& out, T num) void write_string(std::ostream& out, const string& str); void write_string(std::ostream& out, const optional& str); -template -inline void write_object(std::ostream& out, const T& journal) { - assert(false); -} - } // namespace binary } // namespace ledger -- cgit v1.2.3