remove excess code

This commit is contained in:
eap 2012-12-14 14:05:57 +00:00
parent 3bec9e87eb
commit 413bba9e87

View File

@ -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;
}