]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_FeatureStorage.cpp
Salome HOME
SketchSolver library refactoring
[modules/shaper.git] / src / SketchSolver / SketchSolver_FeatureStorage.cpp
index 5e112078dc5162e54fc6ee49e41d521aaf0461ff..610993a74eb5ede2eb4f1e7a634577d43da5a945 100644 (file)
@@ -313,11 +313,6 @@ bool SketchSolver_FeatureStorage::isConsistent() const
   for (; aFIter != myFeatures.end(); aFIter++)
     if (!aFIter->first->data() || !aFIter->first->data()->isValid())
       return false;
-////  // Check the attributes are valid
-////  MapAttributeFeature::const_iterator aTIter = myAttributes.begin();
-////  for (; aTIter != myAttributes.end(); aTIter++)
-////    if (!aTIter->first->isInitialized())
-////      return false;
   return true;
 }