From d6d4cfcee5f957750475adc502b7aed757c24b98 Mon Sep 17 00:00:00 2001 From: decaro Date: Mon, 7 Mar 2011 10:11:39 +0000 Subject: [PATCH] Fix for coverity --- TOF/AliTOFDDLRawData.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TOF/AliTOFDDLRawData.cxx b/TOF/AliTOFDDLRawData.cxx index 77d447ffe5c..34d4cc861ce 100644 --- a/TOF/AliTOFDDLRawData.cxx +++ b/TOF/AliTOFDDLRawData.cxx @@ -172,8 +172,6 @@ Int_t AliTOFDDLRawData::RawDataTOF(TBranch* branch) fTOFdigitArray = * (TClonesArray**) branch->GetAddress(); - const Int_t kDimension=16; - char fileName[kDimension-1]; AliFstream* outfile; // logical name of the output file //AliRawDataHeader header; @@ -198,7 +196,8 @@ Int_t AliTOFDDLRawData::RawDataTOF(TBranch* branch) //loop over TOF DDL files for (nDDL=0; nDDLGetDDLnumberPerSector(nDDL); -- 2.39.3