Minor optimization

This commit is contained in:
John Wiegley 2010-05-31 15:13:04 -06:00
parent 654c842348
commit df0edbd2dc

View file

@ -303,7 +303,8 @@ void report_t::posts_report(post_handler_ptr handler)
journal_posts_iterator walker(*session.journal.get());
pass_down_posts(handler, walker);
session.journal->clear_xdata();
if (! HANDLED(group_by_))
posts_flusher(*this, handler)(value_t());
}
void report_t::generate_report(post_handler_ptr handler)