From 2ec8cc6b9bf6a12aefc72025011a23d7e8ef99fd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 05:48:31 -0400 Subject: Removed an erroneous call to TRACE_CTOR. --- src/stream.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stream.cc') 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)) -- cgit v1.2.3