From: ageay Date: Tue, 24 Sep 2013 08:42:06 +0000 (+0000) Subject: Cleanup X-Git-Tag: V7_3_0a1~124 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=13e4759fe5b9872488885d74382efab03aaae422;p=modules%2Fmed.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(); };