Salome HOME
Fix for the problem:
[modules/shaper.git] / src / GeomValidators / GeomValidators_Positive.cpp
index 446470df27ad40ec1f1dce6dea58e1dbb5fac4be..139239be9aaac39a943194ec5d31c6f98d171eec 100644 (file)
@@ -48,7 +48,6 @@ bool GeomValidators_Positive::isValid(const AttributePtr& theAttribute,
   double aMinValue = 1.e-5;
   if(theArguments.size() == 1) {
     std::list<std::string>::const_iterator anIt = theArguments.begin();
-    char *aErr;
     double aValue = Config_PropManager::stringToDouble((*anIt).c_str());
     if(aValue != 0) {
       // very probably ok