summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-14 19:15:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-14 19:15:08 -0400
commit5d99b1e24179d65e75431b8d5dfbe6e11acb0d24 (patch)
tree7b3c72dd84407d9940f5c3342075a64b243086fc /config.cc
parent23799b5f4efdc6c211e1d9421964c90c7563345a (diff)
downloadfork-ledger-5d99b1e24179d65e75431b8d5dfbe6e11acb0d24.tar.gz
fork-ledger-5d99b1e24179d65e75431b8d5dfbe6e11acb0d24.tar.bz2
fork-ledger-5d99b1e24179d65e75431b8d5dfbe6e11acb0d24.zip
using main.py is now only 50% slower than using main.cc
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.cc b/config.cc
index d22c1c34..9ed1031f 100644
--- a/config.cc
+++ b/config.cc
@@ -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()) {