From 5071351bf800c1aa74050f4b731dd0f01dff8972 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 c45ee0440..9bc89d648 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