summaryrefslogtreecommitdiff
path: root/config.h
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.h
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.h')
-rw-r--r--config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h b/config.h
index 7f2a7707..72cc6cd6 100644
--- a/config.h
+++ b/config.h
@@ -61,7 +61,6 @@ struct config_t
format_t nformat;
value_expr_t * sort_order;
- std::ostream * output_stream;
config_t();
config_t(const config_t&) {
@@ -71,8 +70,6 @@ struct config_t
~config_t() {
if (sort_order)
delete sort_order;
- if (output_stream)
- delete output_stream;
}
void process_options(const std::string& command,