]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCARow.cxx
coding violations and compilation warnings fixed (Sergey)
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCARow.cxx
index a82370b54bac2cc2a81230edd3abd09127a9e38e..e53de231e15bb514e02ef3105eb934226ecf8107 100644 (file)
@@ -19,7 +19,7 @@
 #include "AliHLTTPCCARow.h"
 
 
-ClassImp(AliHLTTPCCARow);
+ClassImp(AliHLTTPCCARow)
 
 AliHLTTPCCARow::AliHLTTPCCARow() :fHits(0),fCells(0),fCellHitPointers(0),fNHits(0),fNCells(0),fX(0)
 {
@@ -48,7 +48,6 @@ void AliHLTTPCCARow::Clear()
   // clear memory
   delete[] fHits;
   delete[] fCells;
-  delete[] fCellHitPointers;
   fHits = 0;
   fCells = 0;
   fCellHitPointers = 0;