]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
unused variable removed
authorbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Jun 2008 10:14:40 +0000 (10:14 +0000)
committerbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Jun 2008 10:14:40 +0000 (10:14 +0000)
PMD/AliPMDDDLRawData.cxx

index 5dcce4d616c8ef659d73edf721b96580d8bf6870..8f3beb8a34666bd575557b5d5a51a6dcbe3bb76d 100644 (file)
@@ -222,9 +222,6 @@ void AliPMDDDLRawData::WritePMDRawData(TTree *treeD)
       Int_t  iskip[5];
       UInt_t ddlEndWord[2] = {0xDEADFACE, 0xDEADFACE};
 
-      Int_t bknJunk = 0;
-
-
       for (Int_t iblock = 0; iblock < 2; iblock++)
        {
          // DSP Block Header
@@ -318,8 +315,6 @@ void AliPMDDDLRawData::WritePMDRawData(TTree *treeD)
 
                  outfile->WriteBuffer((char*)patchBusHeaderWord,4*sizeof(UInt_t));
 
-                 bknJunk += patchbusRDL;
-
                  for (Int_t iword = 0; iword < patchbusRDL; iword++)
                    {
                      buffer[iword] = busPatch[busno][iword];