Salome HOME
Task #3230: Sketcher: create a curve passing through selected points or vertices...
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Dumper.cpp
index fa68ae5eee0ff64810bef9f6c0a994ec6188a4f6..1031cf85498a1868ece8135255c77fa4a94591e7 100644 (file)
@@ -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 << ")";