From: Anthony Geay Date: Mon, 1 Feb 2021 16:10:28 +0000 (+0100) Subject: Rollback useless DS engine modification X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b71b2c24344d76b72098add243f7cdae70c83e34;p=modules%2Fkernel.git Rollback useless DS engine modification --- diff --git a/src/SALOMEDS/SALOMEDS_Study_i.cxx b/src/SALOMEDS/SALOMEDS_Study_i.cxx index 75d14e56b..31a2bef46 100644 --- a/src/SALOMEDS/SALOMEDS_Study_i.cxx +++ b/src/SALOMEDS/SALOMEDS_Study_i.cxx @@ -227,8 +227,6 @@ namespace SALOMEDS { try { - if(theIOR.empty()) - return ; CORBA::Object_var obj = _orb->string_to_object(theIOR.c_str()); if ( obj->_non_existent() ) return; SALOME::GenericObj_var gobj = SALOME::GenericObj::_narrow(obj);