]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity warning 15099 fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:30:02 +0000 (10:30 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:30:02 +0000 (10:30 +0000)
HLT/global/AliHLTGlobalVertexerComponent.cxx

index 0b86dba4f98d00f0d33182551d0ac90da424560d..8c27eac7bb00aa34fef591124451c8ecfb578be3 100644 (file)
@@ -418,7 +418,7 @@ int AliHLTGlobalVertexerComponent::Reconfigure(const char* cdbEntry, const char*
   // see header file for class documentation
 
   return 0; // no CDB path is set so far
-
+  /*
   int iResult=0;  
   const char* path="HLT/ConfigTPC/KryptonHistoComponent";
   const char* defaultNotify="";
@@ -443,6 +443,7 @@ int AliHLTGlobalVertexerComponent::Reconfigure(const char* cdbEntry, const char*
   }
 
   return iResult;
+*/
 }