Skip to content

Commit 7387fed

Browse files
committed
Fix: remove unused variable
1 parent ba5b4d1 commit 7387fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/Core/mcBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class McBuilder
260260
return;
261261
}
262262
auto mothersOfDaughter = mcDaughterParticle.template mothers_as<T4>();
263-
auto mcParticle = mothersOfDaughter.front();
263+
mcParticle = mothersOfDaughter.front();
264264
}
265265

266266
int64_t mcParticleIndex = mcParticle.globalIndex();

0 commit comments

Comments
 (0)