Skip to content

Commit 79dca16

Browse files
authored
Remove unused variable nGeometries
Removed unused variable 'nGeometries' and related code.
1 parent 10bbab2 commit 79dca16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,6 @@ struct OnTheFlyTrackerPid {
433433
void init(o2::framework::InitContext& initContext)
434434
{
435435
mGeoContainer.init(initContext);
436-
437-
const int nGeometries = mGeoContainer.getNumberOfConfigurations();
438436
mMagneticField = mGeoContainer.getFloatValue(0, "global", "magneticfield");
439437

440438
ccdb->setURL("http://alice-ccdb.cern.ch");

0 commit comments

Comments
 (0)