Index: Ringtoets/Common/src/Ringtoets.Common.Utils/StructuresHelper.cs =================================================================== diff -u -rdee01f6d6c15af0cc124816bfe99c7658af8995d -rdf9261fbb60c129167c1d6a2ca9aed6dc0885f07 --- Ringtoets/Common/src/Ringtoets.Common.Utils/StructuresHelper.cs (.../StructuresHelper.cs) (revision dee01f6d6c15af0cc124816bfe99c7658af8995d) +++ Ringtoets/Common/src/Ringtoets.Common.Utils/StructuresHelper.cs (.../StructuresHelper.cs) (revision df9261fbb60c129167c1d6a2ca9aed6dc0885f07) @@ -55,27 +55,6 @@ } /// - /// Determine which geometrically contains the . - /// - /// The objects - /// whose are considered. - /// The . - /// The containing , or null if none found. - /// Thrown when is null - /// Thrown when an element in is null. - /// - public static FailureMechanismSection FailureMechanismSectionForCalculation(IEnumerable sections, - StructuresCalculation calculation) where T : IStructuresCalculationInput, new() - { - CalculationWithLocation calculationWithLocation = AsCalculationWithLocation(calculation); - if (calculationWithLocation != null) - { - return AssignUnassignCalculations.FailureMechanismSectionForCalculation(sections, calculationWithLocation); - } - return null; - } - - /// /// Updates the for each element of that have the /// assigned, or should have the assigned. ///