summaryrefslogtreecommitdiff
path: root/src/stream.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-31 05:48:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-31 05:48:31 -0400
commit2ec8cc6b9bf6a12aefc72025011a23d7e8ef99fd (patch)
tree8d8b6988923bb6b0b3c3c424dc09e6e18e93fabd /src/stream.cc
parent6b5d006575b185dc248f4dfa788fa791b84a6854 (diff)
downloadfork-ledger-2ec8cc6b9bf6a12aefc72025011a23d7e8ef99fd.tar.gz
fork-ledger-2ec8cc6b9bf6a12aefc72025011a23d7e8ef99fd.tar.bz2
fork-ledger-2ec8cc6b9bf6a12aefc72025011a23d7e8ef99fd.zip
Removed an erroneous call to TRACE_CTOR.
Diffstat (limited to 'src/stream.cc')
-rw-r--r--src/stream.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream.cc b/src/stream.cc
index c9c0a931..3031f329 100644
--- a/src/stream.cc
+++ b/src/stream.cc
@@ -112,8 +112,6 @@ namespace {
void output_stream_t::initialize(const optional<path>& output_file,
const optional<path>& pager_path)
{
- TRACE_CTOR(output_stream_t, "const path&, const path&");
-
if (output_file)
os = new ofstream(*output_file);
else if (pager_path && exists(*pager_path))