Removed an erroneous call to TRACE_CTOR.
This commit is contained in:
parent
6b5d006575
commit
2ec8cc6b9b
1 changed files with 0 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ namespace {
|
||||||
void output_stream_t::initialize(const optional<path>& output_file,
|
void output_stream_t::initialize(const optional<path>& output_file,
|
||||||
const optional<path>& pager_path)
|
const optional<path>& pager_path)
|
||||||
{
|
{
|
||||||
TRACE_CTOR(output_stream_t, "const path&, const path&");
|
|
||||||
|
|
||||||
if (output_file)
|
if (output_file)
|
||||||
os = new ofstream(*output_file);
|
os = new ofstream(*output_file);
|
||||||
else if (pager_path && exists(*pager_path))
|
else if (pager_path && exists(*pager_path))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue