From: ageay Date: Tue, 23 Feb 2010 07:20:11 +0000 (+0000) Subject: Remove useless method. X-Git-Tag: V5_1_4a1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a1981a62844c566ca84c8f2246ebde52b251920;p=modules%2Fkernel.git Remove useless method. --- diff --git a/src/Communication/SALOME_Comm_i.hxx b/src/Communication/SALOME_Comm_i.hxx index 9ea22cca1..f5f94efc2 100644 --- a/src/Communication/SALOME_Comm_i.hxx +++ b/src/Communication/SALOME_Comm_i.hxx @@ -132,9 +132,6 @@ public: ~SALOME_CorbaLongCSender_i(); CORBA::ULong getSize(); SALOME::vectorOfLong* sendPart(CORBA::ULong offset, CORBA::ULong length); -#ifndef WIN32 - SALOME::CorbaLongCSender_ptr _this(); -#endif }; #ifdef HAVE_MPI2