From 2a1981a62844c566ca84c8f2246ebde52b251920 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 23 Feb 2010 07:20:11 +0000 Subject: [PATCH] Remove useless method. --- src/Communication/SALOME_Comm_i.hxx | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.2