Skip to content

Commit b5543d7

Browse files
Removing unused variable
1 parent 82e7b20 commit b5543d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,8 +2731,7 @@ struct sigma0builder {
27312731
}
27322732

27332733
//_______________________________________________
2734-
// Photon-V0 nested loop
2735-
int nSigma0Candidates = 0;
2734+
// Photon-V0 nested loop
27362735
for (size_t i = 0; i < bestGammasArray.size(); ++i) {
27372736

27382737
//_______________________________________________
@@ -2750,9 +2749,7 @@ struct sigma0builder {
27502749
auto gamma1 = fullV0s.rawIteratorAt(bestGammasArray[i]);
27512750
if (!buildPCMSigma0(lambda, gamma1, coll, mcparticles))
27522751
continue;
2753-
}
2754-
2755-
nSigma0Candidates++;
2752+
}
27562753
}
27572754
}
27582755

0 commit comments

Comments
 (0)