summaryrefslogtreecommitdiff
path: root/src/output.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-27 01:32:46 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-27 01:32:46 +0100
commitbf30f989f6c661d5e7ac3a41984cf7d98ed50913 (patch)
tree3b24fc4937a7d831ce00db0ab40bbad07f8582ca /src/output.cc
parent2ef1934bb0dbcd08dfe8d4dc68bfd1509c8f51ce (diff)
downloadfork-ledger-bf30f989f6c661d5e7ac3a41984cf7d98ed50913.tar.gz
fork-ledger-bf30f989f6c661d5e7ac3a41984cf7d98ed50913.tar.bz2
fork-ledger-bf30f989f6c661d5e7ac3a41984cf7d98ed50913.zip
Removed some dead code
Diffstat (limited to 'src/output.cc')
-rw-r--r--src/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.cc b/src/output.cc
index 057733aa..92824714 100644
--- a/src/output.cc
+++ b/src/output.cc
@@ -46,7 +46,7 @@ format_posts::format_posts(report_t& _report,
: report(_report), last_xact(NULL), last_post(NULL),
print_raw(_print_raw)
{
- TRACE_CTOR(format_posts, "report&, const string&");
+ TRACE_CTOR(format_posts, "report&, const string&, bool");
const char * f = format.c_str();