Salome HOME
Fix for the issue #2172 and the issue #2198 : additional naming for revolution edges...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintLength.cpp
index 881eace025e0da979dd9944e1d319d6d60764853..36932d4ddee7442002e25a7cc3419c09a320f014 100644 (file)
@@ -138,7 +138,6 @@ bool SketchPlugin_ConstraintLength::getPoints(
 {
   if (!sketch())
     return false;
-  std::shared_ptr<GeomAPI_Pln> aPlane = sketch()->plane();
   std::shared_ptr<ModelAPI_AttributeRefAttr> anAttr = std::dynamic_pointer_cast<
       ModelAPI_AttributeRefAttr>(data()->attribute(SketchPlugin_Constraint::ENTITY_A()));
   if (!anAttr)