summaryrefslogtreecommitdiff
path: root/src/chain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.cc')
-rw-r--r--src/chain.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/chain.cc b/src/chain.cc
index a3695923..9ab26bd6 100644
--- a/src/chain.cc
+++ b/src/chain.cc
@@ -132,10 +132,6 @@ post_handler_ptr chain_post_handlers(report_t& report,
else if (report.HANDLED(subtotal))
handler.reset(new subtotal_posts(handler, expr));
}
- else if (! report.HANDLED(period_) &&
- ! report.HANDLED(unsorted)) {
- handler.reset(new sort_posts(handler, "date"));
- }
if (report.HANDLED(dow))
handler.reset(new dow_posts(handler, expr));