]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerRawDigit.cxx
reverting coverity fix
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerRawDigit.cxx
index e11cb815ed654cd07a95e7ed8a58bab8790664e9..916c6f93688958910a8f4757460a4f8f965de261 100644 (file)
@@ -103,12 +103,6 @@ Bool_t AliEMCALTriggerRawDigit::GetL0Time(const Int_t i, Int_t& time) const
 Bool_t AliEMCALTriggerRawDigit::GetL0Times(Int_t times[]) const
 {
        //
-       if (sizeof(times) < (sizeof(Int_t) * fNL0Times))
-       {
-               AliError("Array size too small!");
-               return kFALSE;
-       }
-       
        for (Int_t i = 0; i < fNL0Times; i++) times[i] = fL0Times[i];
        
        return kTRUE;