summaryrefslogtreecommitdiff
path: root/src/chain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.cc')
-rw-r--r--src/chain.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/chain.cc b/src/chain.cc
index 49e0e470..64550663 100644
--- a/src/chain.cc
+++ b/src/chain.cc
@@ -188,12 +188,6 @@ post_handler_ptr chain_post_handlers(post_handler_ptr base_handler,
else
handler.reset(new sort_posts(handler, report.HANDLER(sort_).str()));
}
-#if 0
- else if (! report.HANDLED(period_) &&
- ! report.HANDLED(unsorted)) {
- handler.reset(new sort_posts(handler, "date"));
- }
-#endif
// collapse_posts causes xacts with multiple posts to appear as xacts
// with a subtotaled post for each commodity used.