]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix (partially) #54670
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Aug 2009 12:07:42 +0000 (12:07 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Aug 2009 12:07:42 +0000 (12:07 +0000)
removing the libAliHLTPHOS library from the HLT default libraries because of high static memory consumption
the developers are going to be informed

HLT/BASE/AliHLTSystem.cxx

index 100d6a2ff20b37534cc1df4578f07db1c8ca1b4b..926e7e3537fe9a49475478d3e44780a15748c2e0 100644 (file)
@@ -1,5 +1,4 @@
 // $Id$
-
 //**************************************************************************
 //* This file is property of and copyright by the ALICE HLT Project        * 
 //* ALICE Experiment at CERN, All rights reserved.                         *
@@ -56,7 +55,7 @@ const char* AliHLTSystem::fgkHLTDefaultLibs[]= {
   "libAliHLTRCU.so", 
   "libAliHLTTPC.so", 
   //  "libAliHLTSample.so",
-  "libAliHLTPHOS.so",
+  //  "libAliHLTPHOS.so",
   "libAliHLTMUON.so",
   "libAliHLTTRD.so",
   "libAliHLTITS.so",
@@ -789,7 +788,7 @@ void* AliHLTSystem::AllocMemory( void* /*param*/, unsigned long size )
   return p;
 }
 
-int AliHLTSystem::AllocEventDoneData( void* param, AliHLTEventID_t eventID, unsigned long size, AliHLTComponentEventDoneData** edd )
+int AliHLTSystem::AllocEventDoneData( void* /*param*/, AliHLTEventID_t /*eventID*/, unsigned long size, AliHLTComponentEventDoneData** edd )
 {
   // see header file for class documentation
   unsigned long blocksize=sizeof(AliHLTComponentEventDoneData)+size;