From 413bba9e87c76c6d8f614456c6c8b9b38713c136 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 14 Dec 2012 14:05:57 +0000 Subject: [PATCH] remove excess code --- src/GEOM_I/GEOM_Gen_i.cc | 3 --- 1 file changed, 3 deletions(-) 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; } -- 2.39.2