]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Remove extra statement BR_UNICODE_SUPPORT
authorvsv <vsv@opencascade.com>
Fri, 19 Jun 2020 11:49:31 +0000 (14:49 +0300)
committervsv <vsv@opencascade.com>
Fri, 19 Jun 2020 11:49:31 +0000 (14:49 +0300)
src/ModelHighAPI/ModelHighAPI_Dumper.cpp

index c45ee0440879af33470bad4ffa47f2b857d7d072..9bc89d6483afc6f4819c35aa5e363e530102232e 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 << ")";