Skip to content

Commit b3f624b

Browse files
committed
Remove the unused variables
1 parent 82225b3 commit b3f624b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

device/cuda/src/ambiguity_resolution/kernels/rearrange_tracks.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ __global__ void rearrange_tracks(device::rearrange_tracks_payload payload) {
145145
for (int i = 0; i < N; i++) {
146146

147147
auto id = updated_tracks[i];
148-
auto rel_sh = rel_shared[id];
149-
auto pval = pvals[id];
150148

151149
if (inverted_ids[id] < gid) {
152150
shifted_idx--;

0 commit comments

Comments
 (0)