From 9e76520d86ff059620a3dc4df5e2c7297a0d538e Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 19 May 2004 13:33:10 +0000 Subject: [PATCH] Removing warnings --- PMD/AliPMDDDLRawData.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PMD/AliPMDDDLRawData.cxx b/PMD/AliPMDDDLRawData.cxx index 2a7fcb1d0bf..1f32a0d75f1 100644 --- a/PMD/AliPMDDDLRawData.cxx +++ b/PMD/AliPMDDDLRawData.cxx @@ -51,7 +51,7 @@ void AliPMDDDLRawData::WritePMDRawData(TTree *treeD, Int_t evtno) if (!branch) return; branch->SetAddress(&fDigits); - Int_t nmodules = (Int_t) treeD->GetEntries(); + // Int_t nmodules = (Int_t) treeD->GetEntries(); // cout << " nmodules = " << nmodules << endl; const Int_t kSize = 4608; -- 2.43.0