Skip to content

Commit eb2e876

Browse files
Fixed unused variable
1 parent 44b6e11 commit eb2e876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/exclusiveRhoTo4Pi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ struct ExclusiveRhoTo4Pi {
909909
} // End of Analysis for non 0 charge events
910910
} // End of 4 Pion Analysis Process function for Pass5 MC
911911

912-
void processMCgen(aod::UDMcCollisions::iterator const& mccollision, aod::UDMcParticles const& mcParticles, aod::BCs const& bcs)
912+
void processMCgen(aod::UDMcCollisions::iterator const&, aod::UDMcParticles const& mcParticles, aod::BCs const& bcs)
913913
{
914914

915915
if (bcs.size() == 0) {

0 commit comments

Comments
 (0)