Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / MEDReader / plugin / MEDLoaderForPV / ExtractGroupHelper.cxx
index 562a5c1114e5c4882443781b321bc63ee8aed157..7fb683df762c508460c3e199eb3a5a336eddfa1b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020  CEA/DEN, EDF R&D
+// Copyright (C) 2020-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -147,7 +147,6 @@ void ExtractGroupInternal::loadFrom(vtkMutableDirectedGraph *sil)
     throw INTERP_KERNEL::Exception("There is an internal error ! The tree on server side has not the expected look !");
   vtkAdjacentVertexIterator *it0(vtkAdjacentVertexIterator::New());
   sil->GetAdjacentVertices(id0,it0);
-  int kk(0),ll(0);
   while(it0->HasNext())
     {
       vtkIdType id1(it0->Next());