Skip to content

Commit 7dd5238

Browse files
committed
remove unused parameters
1 parent 2d26511 commit 7dd5238

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGCF/Flow/Tasks/flowMc.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ struct FlowMc {
711711
if (tracks.size() < 1)
712712
return;
713713
auto bc = collision.bc_as<aod::BCsWithTimestamps>();
714-
int runNumber = bc.runNumber();
715714
histos.fill(HIST("RecoProcessEventCounter"), 2.5);
716715
for (const auto& track : tracks) {
717716
if (!trackSelected(track))

0 commit comments

Comments
 (0)