From: eap Date: Fri, 14 Dec 2012 14:05:57 +0000 (+0000) Subject: remove excess code X-Git-Tag: V6_main_FINAL~92 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=413bba9e87c76c6d8f614456c6c8b9b38713c136;p=modules%2Fgeom.git remove excess code --- diff --git a/src/GEOM_I/GEOM_Gen_i.cc b/src/GEOM_I/GEOM_Gen_i.cc index 3dec74459..3e011bf30 100644 --- a/src/GEOM_I/GEOM_Gen_i.cc +++ b/src/GEOM_I/GEOM_Gen_i.cc @@ -577,9 +577,6 @@ CORBA::Boolean GEOM_Gen_i::Load(SALOMEDS::SComponent_ptr theComponent, // Remove the created file and tmp directory if (!isMultiFile) SALOMEDS_Tool::RemoveTemporaryFiles(aTmpDir.c_str(), aSeq.in(), true); - SALOMEDS::Study_var Study = theComponent->GetStudy(); - TCollection_AsciiString name (Study->Name()); - return true; }