From 7a0597dbe3bb30d4a466b39ae60a47a49a72df73 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Feb 2009 01:27:18 -0400 Subject: Removed an unnecessary friend declaration --- src/format.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index 939d6a7e..8df2dd1e 100644 --- a/src/format.h +++ b/src/format.h @@ -53,8 +53,6 @@ namespace ledger { DECLARE_EXCEPTION(format_error, std::runtime_error); -class report_t; - /** * @brief Brief * @@ -118,8 +116,6 @@ public: private: static element_t * parse_elements(const string& fmt); - friend class report_t; - public: format_t() { TRACE_CTOR(format_t, ""); -- cgit v1.2.3