Salome HOME
[bos #38090] [CEA] improve loadModifiedShapes deal with thousands of faces faster
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_MakeShapeSet.cpp
index d0a2f4555ce396b854f2786327bb36cfda3f8e64..cce4b1afbf6ee224cdfd804af9a0cc6f62a30b73 100644 (file)
@@ -65,7 +65,6 @@ void GeomAlgoAPI_MakeShapeSet::modified(const GeomShapePtr theOldShape,
       ++aBuilderIt)
   {
     GeomMakeShapePtr aMakeShape = *aBuilderIt;
-    ListOfShape aModifiedShapes;
     aMakeShape->modified(theOldShape, theNewShapes);
   }
 }