Skip to content

Commit a046944

Browse files
author
Dmitry Razdoburdin
committed
remove dead comments
1 parent 3a9d2df commit a046944

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/cpp/plugin/test_sycl_hist_updater.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ class TestHistUpdater : public HistUpdater<GradientSumT> {
7171
DMatrix *p_fmat,
7272
RegTree* p_tree,
7373
const USMVector<GradientPair, MemoryType::on_device> &gpair) {
74-
// HistUpdater<GradientSumT>::tree_evaluator_.Reset(HistUpdater<GradientSumT>::qu_,
75-
// HistUpdater<GradientSumT>::param_,
76-
// p_fmat->Info().num_col_);
7774
HistUpdater<GradientSumT>::ExpandWithLossGuide(gmat, p_tree, gpair);
7875
}
7976
};

0 commit comments

Comments
 (0)