Skip to content

Commit ab4fe4b

Browse files
author
Prottay Das
committed
removed unused variable
1 parent 7f6e2fd commit ab4fe4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGLF/Tasks/Strangeness/lambdak0seff.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,8 @@ struct lambdak0seff {
432432
int lambdacounter = 0;
433433
int antilambdacounter = 0;
434434
int k0scounter = 0;
435-
int counter = 0;
436-
435+
437436
for (const auto& kCurrentDaughter : kDaughters) {
438-
counter += 1;
439437
if (std::abs(kCurrentDaughter.pdgCode()) != PDG_t::kProton && std::abs(kCurrentDaughter.pdgCode()) != PDG_t::kPiPlus) {
440438
continue;
441439
}

0 commit comments

Comments
 (0)