Skip to content

Commit

Permalink
remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan Zhu committed Feb 15, 2019
1 parent c221525 commit 4d086b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tree/updater_quantile_hist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ void QuantileHistMaker::Builder::ExpandWithDepthWidth(
int starting_index = std::numeric_limits<int>::max();
int sync_count = 0;
std::vector<ExpandEntry> temp_qexpand_depth;
// we use different flow in distributed because we need to sync node's
// stats in distributed mode
BuildLocalHistograms(&starting_index, &sync_count, gmat, gmatb, p_tree, gpair_h);
SyncHistograms(starting_index, sync_count, p_tree);
BuildNodeStats(gmat, p_fmat, p_tree, gpair_h);
Expand Down

0 comments on commit 4d086b9

Please sign in to comment.