summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))