From 50c1b1b0481c75b829f27631a21375c6bbf7eeac Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:29:25 -0700 Subject: [PATCH] removing nestedID added by mistake --- common/kokkos-sampler/kp_sampler_skip.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/kokkos-sampler/kp_sampler_skip.cpp b/common/kokkos-sampler/kp_sampler_skip.cpp index ffcd65845..86b0f6a63 100644 --- a/common/kokkos-sampler/kp_sampler_skip.cpp +++ b/common/kokkos-sampler/kp_sampler_skip.cpp @@ -182,7 +182,6 @@ void kokkosp_begin_parallel_scan(const char* name, const uint32_t devID, } if (NULL != beginScanCallee) { - uint64_t nestedID = 0; (*beginScanCallee)(name, devID, kID); } }