From: ageay Date: Tue, 24 Sep 2013 08:42:06 +0000 (+0000) Subject: Cleanup X-Git-Tag: V7_3_1b1~130 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00470fbbd7badf994ea389867021c523ed1273e5;p=tools%2Fmedcoupling.git Cleanup --- diff --git a/src/MEDCoupling_Swig/MEDCouplingRefCountObject.i b/src/MEDCoupling_Swig/MEDCouplingRefCountObject.i index cfd9fdfdd..71394bd1d 100644 --- a/src/MEDCoupling_Swig/MEDCouplingRefCountObject.i +++ b/src/MEDCoupling_Swig/MEDCouplingRefCountObject.i @@ -96,7 +96,6 @@ namespace ParaMEDMEM bool decrRef() const; void incrRef() const; int getRCValue() const; - RefCountObjectOnly& operator=(const RefCountObjectOnly& other); protected: ~RefCountObjectOnly(); };