Skip to content

Commit aad8347

Browse files
committed
Remove unused variable
1 parent 2bc5aba commit aad8347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct HfCorrelatorD0HadronsSelection {
9898

9999
// Process function to select collisions with at least one D0 candidate passing the selection criteria
100100
void processD0SelectionData(SelCollisions::iterator const& collision,
101-
CandidatesD0Data const& candidates)
101+
CandidatesD0Data const&)
102102
{
103103
bool isSel8 = !useSel8 || collision.sel8();
104104
bool isNoSameBunchPileUp = !selNoSameBunchPileUpColl ||

0 commit comments

Comments
 (0)