]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - OADB/AliOADBContainer.cxx
Coverty fix
[u/mrichter/AliRoot.git] / OADB / AliOADBContainer.cxx
index 751be2a42fad85dbdd1c6f17d1176f149cf26289..ebc999bf5096d2bd12d8f73d8ae29aa63ab52963 100644 (file)
@@ -166,7 +166,8 @@ void AliOADBContainer::UpdateObject(Int_t idx, TObject* obj, Int_t lower, Int_t
     }
   //
   // Remove the old object and reset the range
-  TObject* obj2 = fArray->RemoveAt(idx);
+  //  TObject* obj2 = 
+  fArray->RemoveAt(idx);
   // don't delete it: if you are updating it may be pointing to the same location of obj...
   //  delete obj2;
   fLowerLimits[idx] = -1;