fix compiler warning (#4588)
This commit is contained in:
parent
fdf27a5b82
commit
6125521caf
@ -197,8 +197,6 @@ void TestBuildHist(bool use_shared_memory_histograms) {
|
|||||||
gpair = GradientPair(grad, hess);
|
gpair = GradientPair(grad, hess);
|
||||||
}
|
}
|
||||||
|
|
||||||
int num_symbols = shard.n_bins + 1;
|
|
||||||
|
|
||||||
thrust::host_vector<common::CompressedByteT> h_gidx_buffer (
|
thrust::host_vector<common::CompressedByteT> h_gidx_buffer (
|
||||||
shard.gidx_buffer.size());
|
shard.gidx_buffer.size());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user