]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCTracklet.cxx
Some of the coding violations corrected
[u/mrichter/AliRoot.git] / TPC / AliTPCTracklet.cxx
index b8fc5d5fa21cb0bb11cafd14eb78ad71de5c281a..9c670333ea61aa2782f67b37423702da6b8668de 100755 (executable)
@@ -126,7 +126,6 @@ AliTPCTracklet& AliTPCTracklet::operator=(const AliTPCTracklet &t) {
   ////
   if (this!=&t) {
     fNClusters=t.fNClusters;
-    fNStoredClusters=fNStoredClusters;
     delete fClusters;
     if (t.fClusters) {
       fClusters=new AliTPCclusterMI[t.fNStoredClusters];