Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / GeomValidators / GeomValidators_ZeroOffset.cpp
index 37cbd0c9a8c465c77673b43b2efa5c5b7dd62c1e..ff484ce856b2f6290afe5114becdc1431555f4f1 100644 (file)
@@ -46,7 +46,7 @@ bool GeomValidators_ZeroOffset::isValid(const std::shared_ptr<ModelAPI_Feature>&
   }
 // LCOV_EXCL_STOP
 
-  std::list<std::string>::const_iterator anIt = theArguments.begin(), aLast = theArguments.end();
+  std::list<std::string>::const_iterator anIt = theArguments.begin();
 
   std::string aSelectedMethod;
   if(theFeature->string(*anIt)) {