]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
codng convention
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Nov 2003 11:22:10 +0000 (11:22 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Nov 2003 11:22:10 +0000 (11:22 +0000)
PHOS/AliPHOSv0.h

index 3551409689384840427b5435d1bf5e6efceb5872..c948ab25aeb0745d12eb9dc22c2ed21755746924 100644 (file)
@@ -24,8 +24,6 @@ class AliPHOSv0 : public AliPHOS {
   AliPHOSv0() {}
   AliPHOSv0(const char *name, const char *title="") ;
   AliPHOSv0(const AliPHOSv0 & phos) : AliPHOS(phos) {
-    // cpy ctor: no implementation yet
-    // requested by the Coding Convention
     Fatal("cpy ctor", "not implemented") ;
   } 
   virtual ~AliPHOSv0(void){