summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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,