]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning fix (Laurent)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Feb 2011 14:07:04 +0000 (14:07 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Feb 2011 14:07:04 +0000 (14:07 +0000)
PWG3/muon/AliAODMuonReplicator.cxx

index 4c96bb05323e71bf538626ca44edc2abe76ca31d..4f9783f431b203aeeda48ebeb308c8e44120bebb 100644 (file)
@@ -162,7 +162,6 @@ void AliAODMuonReplicator::FilterMC(const AliAODEvent& source)
     // loop on (kept) muon tracks to find their ancestors
     TIter nextMT(fTracks);
     AliAODTrack* mt;
-    int outLabel(0);
     
     while ( ( mt = static_cast<AliAODTrack*>(nextMT()) ) )
     {