Salome HOME
#29456 [EDF] (2022-T1) Finalization of SSL implementation
[modules/smesh.git] / src / SMESH_SWIG / SMeshHelper.cxx
index 92991e20c66b8a6ebc61bfa07ac5069b124f79f6..c053da46eb97593c561be5b0acb5dd9b9081b44c 100644 (file)
 
 #include "SALOME_KernelServices.hxx"
 
-#include "SMESH_Component_Generator.hxx"
-
 #include <cstring>
 
 #include <DriverGMF_Read.hxx>
 #include <SMESH_MGLicenseKeyGen.hxx>
 
-
-std::string BuildSMESHInstanceInternal()
-{
-  Engines::EngineComponent_var zeRef = RetrieveSMESHInstance();
-  CORBA::String_var ior = KERNEL::getORB()->object_to_string(zeRef);
-  return std::string(ior.in());
-}
-
 std::string GetMGLicenseKeyImpl(const char* gmfFile)
 {
   smIdType nbVertex, nbEdge, nbFace, nbVol;