From: fca Date: Fri, 22 Oct 1999 08:25:25 +0000 (+0000) Subject: remove double definition of destructors X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=1e3deba7f19ef9c74b70bdfa057400d9e8fb7777 remove double definition of destructors --- diff --git a/ITS/AliITSv1.cxx b/ITS/AliITSv1.cxx index 9b5ff827125..a4c68755e66 100644 --- a/ITS/AliITSv1.cxx +++ b/ITS/AliITSv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.11 1999/10/22 08:16:49 fca +Correct destructors, thanks to I.Hrivnacova + Revision 1.10 1999/10/06 19:56:50 fca Add destructor @@ -67,13 +70,7 @@ AliITSv1::AliITSv1() { fId1Name[4] = "ITS5"; fId1Name[5] = "ITS6"; } -//_____________________________________________________________________________ -AliITSv1::~AliITSv1() { - // - // Standard destructor for the ITS - // - delete [] fId1Name; -} + //_____________________________________________________________________________ AliITSv1::AliITSv1(const char *name, const char *title) : AliITS(name, title){ // @@ -94,9 +91,7 @@ AliITSv1::~AliITSv1() { // // Standard destructor for the ITS // - for (Int_t i=0;i