Removed an erroneous call to TRACE_CTOR.

This commit is contained in:
John Wiegley 2009-01-31 05:48:31 -04:00
parent 6b5d006575
commit 2ec8cc6b9b

View file

@ -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))