Skip to content

Commit cc35aaf

Browse files
authored
Merge pull request #45222 from smuzaffar/warn-fix-test_hcal_reco
Remove unused variable, fixes cuda warnings
2 parents babc3bc + 50f542b commit cc35aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/HcalRecHit/test/test_hcal_reco.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ __global__ void kernel_test_hcal_rechits(T *other) {
1919
other->setTime(rh.time());
2020
}
2121

22-
__global__ void kernel_test_hcal_hfqie10info() { HFQIE10Info info; }
22+
__global__ void kernel_test_hcal_hfqie10info() {}
2323

2424
__global__ void kernel_test_hcal_hbhechinfo(HBHEChannelInfo *other) {
2525
HBHEChannelInfo info{true, true};

0 commit comments

Comments
 (0)