From 50f542b277b6b650405c843138726a5fce5b6999 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Fri, 14 Jun 2024 08:44:16 +0200 Subject: [PATCH] Remove unused variable, fixes cuda warnings --- DataFormats/HcalRecHit/test/test_hcal_reco.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataFormats/HcalRecHit/test/test_hcal_reco.cu b/DataFormats/HcalRecHit/test/test_hcal_reco.cu index 5557e0a203b02..3ea7a209d5cad 100644 --- a/DataFormats/HcalRecHit/test/test_hcal_reco.cu +++ b/DataFormats/HcalRecHit/test/test_hcal_reco.cu @@ -19,7 +19,7 @@ __global__ void kernel_test_hcal_rechits(T *other) { other->setTime(rh.time()); } -__global__ void kernel_test_hcal_hfqie10info() { HFQIE10Info info; } +__global__ void kernel_test_hcal_hfqie10info() {} __global__ void kernel_test_hcal_hbhechinfo(HBHEChannelInfo *other) { HBHEChannelInfo info{true, true};