Skip to content

Commit 50f542b

Browse files
committed
Remove unused variable, fixes cuda warnings
1 parent babb58f commit 50f542b

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)