From e3b44038b389461162e4920a26b09c0df9cf83b6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 20:59:22 -0400 Subject: Moved format_accounts::should_display out of line --- src/output.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index fad05857..d62a77b1 100644 --- a/src/output.h +++ b/src/output.h @@ -181,13 +181,7 @@ public: TRACE_DTOR(format_accounts); } - bool should_display(account_t& account) { - if (! disp_pred.predicate && report.HANDLED(display_)) - disp_pred.predicate.parse(report.HANDLER(display_).str()); - - bind_scope_t bound_scope(report, account); - return disp_pred(bound_scope); - } + bool should_display(account_t& account); virtual void flush(); virtual void operator()(account_t& account); -- cgit v1.2.3