]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONClustersBlockStruct.h
Getting rid of zero length arrays in the block structure declarations since this...
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONClustersBlockStruct.h
index 946160304dc6768b4f243295265b16179c89a81f..1c4b5a0858a717cfe7f254c99f74082d4b73a6d1 100644 (file)
@@ -49,11 +49,7 @@ struct AliHLTMUONClustersBlockStruct
        AliHLTMUONDataBlockHeader fHeader; // Common data block header
 
        // Array of clusters.
-#ifndef __SUNPRO_CC
-       AliHLTMUONClusterStruct fCluster[/*fHeader.fNrecords*/];
-#else
-       AliHLTMUONClusterStruct fCluster[1];
-#endif
+       //AliHLTMUONClusterStruct fCluster[/*fHeader.fNrecords*/];
 };
 
 } // extern "C"