From 66fc2535b3ad9e11e654d94f20f6b92ff197f9a1 Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 19 Jun 2020 14:49:31 +0300 Subject: [PATCH] Remove extra statement --- src/ModelHighAPI/ModelHighAPI_Dumper.cpp | 1 - 1 file changed, 1 deletion(-) 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 << ")"; -- 2.39.2