]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Sewing.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Sewing.cpp
index 6151984e2d034e39864afb64c5b420144ce7cce8..4d56201449ec8aa65189a5e2ccf9bc03043424b9 100644 (file)
@@ -84,7 +84,6 @@ void GeomAlgoAPI_Sewing::build(const ListOfShape& theShapes)
 void GeomAlgoAPI_Sewing::modified(const std::shared_ptr<GeomAPI_Shape> theShape,
                                   ListOfShape& theHistory)
 {
-  static int anIndex = 0;
   if(!theShape.get()) {
     return;
   }