Removed an unnecessary friend declaration
This commit is contained in:
parent
1fa3c1956f
commit
7a0597dbe3
1 changed files with 0 additions and 4 deletions
|
|
@ -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, "");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue