]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixed unused variables issue
authorrpreghen <rpreghen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 May 2009 11:33:29 +0000 (11:33 +0000)
committerrpreghen <rpreghen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 May 2009 11:33:29 +0000 (11:33 +0000)
TOF/AliTOFFEEReader.cxx

index 01c3a757d223135061f065c94eb42f99892ec2d4..a75aea271622070cb789b30f77429427f222da3a 100644 (file)
@@ -324,11 +324,12 @@ AliTOFFEEReader::GetMatchingWindow(Int_t iDDL, Int_t iTRM, Int_t iChain, Int_t i
    * matching window
    *
    */
-
+  
   AliTOFFEEConfig *feeConfig;
   AliTOFCrateConfig *crateConfig;
   AliTOFTRMConfig *trmConfig;
-  Int_t maskPB, maskTDC;
+
+  iChain = 0; iTDC = 0; iChannel = 0; /* dummy for the time being */
   
   /* get and check fee config */
   if (!(feeConfig = GetFEEConfig()))