From: vsv Date: Fri, 19 Jun 2020 11:49:31 +0000 (+0300) Subject: Remove extra statement X-Git-Tag: V9_6_0a1~60^2~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66fc2535b3ad9e11e654d94f20f6b92ff197f9a1;p=modules%2Fshaper.git Remove extra statement --- diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp index fa68ae5ee..1031cf854 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp @@ -495,7 +495,6 @@ void ModelHighAPI_Dumper::DumpStorageWeak::write(const AttributeSelectionPtr& th GeomAlgoAPI_NExplode aNExplode(aContext->shape(), aShape->shapeType()); int anIndex = aNExplode.index(aShape); if (anIndex != 0) { // found a week-naming index, so, export it - std::wstring aaa = theAttrSelect->contextName(aContext); myDumpBuffer << "model.selection(\"" << aShape->shapeTypeStr() << "\", \"" << ModelAPI_Tools::toString(theAttrSelect->contextName(aContext)) << "\", " << anIndex << ")";