Skip to content

Commit b1c8a66

Browse files
committed
fixing warning to error
1 parent b266ce4 commit b1c8a66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/Tools/PID/pidTPCModule.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ class pidTPCModule
712712
int occupancy;
713713
if (trk.has_collision()) {
714714
auto collision = cols.iteratorAt(trk.collisionId());
715-
auto bc = collision.template bc_as<aod::BCsWithTimestamps>();
716715
hadronicRate = hadronicRateForCollision[trk.collisionId()];
717716
occupancy = collision.trackOccupancyInTimeRange();
718717
} else {

0 commit comments

Comments
 (0)