Removed an unnecessary assert

This commit is contained in:
John Wiegley 2012-03-07 10:32:46 -06:00
parent ec1f15a4b2
commit dd6bcf347e

View file

@ -115,7 +115,6 @@ post_handler_ptr chain_post_handlers(post_handler_ptr base_handler,
predicate_t only_predicate;
display_filter_posts * display_filter = NULL;
assert(report.HANDLED(amount_));
expr_t& expr(report.HANDLER(amount_).expr);
expr.set_context(&report);