]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDseedV1.cxx
Reverting the full pools implementation
[u/mrichter/AliRoot.git] / TRD / AliTRDseedV1.cxx
index 262eaa57b8e0c512d6457dfdc661c6c8dd39145d..b2045ad22f394a109fc6201f1a4ccf30bcb152bd 100644 (file)
@@ -185,20 +185,6 @@ AliTRDseedV1::~AliTRDseedV1()
   }
 }
 
-//____________________________________________________________________
-void AliTRDseedV1::Clear(Option_t *)
-{
-  // clean
-  if (IsOwner()) {
-    for(int itb=0; itb<kNclusters; itb++){
-      if(!fClusters[itb]) continue; 
-      //AliInfo(Form("deleting c %p @ %d", fClusters[itb], itb));
-      delete fClusters[itb];
-      fClusters[itb] = NULL;
-    }
-  }
-}
-
 //____________________________________________________________________
 void AliTRDseedV1::Copy(TObject &ref) const
 {