]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity -unused variable- fix
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Oct 2010 11:18:12 +0000 (11:18 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Oct 2010 11:18:12 +0000 (11:18 +0000)
ANALYSIS/AliAnalysisAlien.cxx

index 825099604c9c84681cba7c5bab357c7107be6050..5463d8492e424eabb29686a332310d062c01ac6d 100644 (file)
@@ -2014,7 +2014,7 @@ Bool_t AliAnalysisAlien::MergeOutput(const char *output, const char *basedir, In
          delete res;
          return kFALSE;
       }   
-      for (Int_t counter=0; counter<ichunk*nmaxmerge; counter++) map = (TMap*)nextmap();
+      for (Int_t counter=0; counter<ichunk*nmaxmerge; counter++) nextmap();
       outputChunk.ReplaceAll(".root", Form("-Stage%02d_%04d.root", stage, ichunk));
    }
    countZero = nmaxmerge;