Skip to content

Commit 592c3cf

Browse files
authored
Remove unused variable. (#12053)
1 parent 0c035d7 commit 592c3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/common/test_quantile.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MGPUQuantileTest : public collective::BaseMGPUTest {};
2828

2929
TEST(GPUQuantile, Basic) {
3030
auto ctx = MakeCUDACtx(0);
31-
constexpr size_t kRows = 1000, kCols = 100, kBins = 256;
31+
constexpr size_t kCols = 100, kBins = 256;
3232
HostDeviceVector<FeatureType> ft;
3333
SketchContainer sketch(ft, kBins, kCols, ctx.Device());
3434
dh::caching_device_vector<Entry> entries;

0 commit comments

Comments
 (0)