]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Unused array commented out
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Nov 2007 15:42:57 +0000 (15:42 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Nov 2007 15:42:57 +0000 (15:42 +0000)
HLT/PHOS/AliHLTPHOSRcuHistogramProducer.cxx

index 0c25d08f9f59d590d4cc386ba7b288f12aa77e6a..8ae9ac2ae757a4f4d925d2d7d56a27019a7699c8 100644 (file)
@@ -398,7 +398,7 @@ AliHLTPHOSRcuHistogramProducer::ScanTimeString(char *timeString)
   time(&timePtr); 
   tmPtr=localtime(&timePtr);
   timeString=asctime(tmPtr);
-  char tShort [strlen(timeString)+1];
+  //  char tShort [strlen(timeString)+1];
   char day[10];
   char month[10];
   int date;