diff options
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -45,7 +45,6 @@ config_t::config_t() use_cache = false; cache_dirty = false; sort_order = NULL; - output_stream = NULL; } static void @@ -219,11 +218,6 @@ void config_t::process_options(const std::string& command, pricing_leeway, cache_dirty); - // Configure the output stream - - if (! output_stream && ! output_file.empty()) - output_stream = new std::ofstream(output_file.c_str()); - // Parse the interval specifier, if provided if (! report_interval && ! interval_text.empty()) { |