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& output_file, const optional& 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))