Skip to content

Commit 788d8b7

Browse files
authored
Removed extraneous comment
1 parent 4b229f3 commit 788d8b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RecoTracker/LSTCore/src/alpaka/Quintuplet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,6 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
18011801
} else {
18021802
int quintupletModuleIndex = alpaka::atomicAdd(
18031803
acc, &quintupletsOccupancy.nQuintuplets()[lowerModule1], 1u, alpaka::hierarchy::Threads{});
1804-
//this if statement should never get executed!
18051804
if (ranges.quintupletModuleIndices()[lowerModule1] == -1) {
18061805
#ifdef WARNINGS
18071806
printf("Quintuplets : no memory for module at module index = %d\n", lowerModule1);

0 commit comments

Comments
 (0)