Fix compiler warnings

This commit is contained in:
wmayer
2024-10-25 22:47:13 +02:00
committed by wwmayer
parent 8451354fdb
commit de647c5324
3 changed files with 0 additions and 28 deletions

View File

@@ -4756,8 +4756,6 @@ int SketchObject::addSymmetric(const std::vector<int>& geoIdList, int refGeoId,
// no need to check input data validity as this is an sketchobject managed operation.
Base::StateLocker lock(managedoperation, true);
const std::vector<Part::Geometry*>& geovals = getInternalGeometry();
const std::vector<Constraint*>& constrvals = this->Constraints.getValues();
std::vector<Constraint*> newconstrVals(constrvals);