Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanism.cs
===================================================================
diff -u -r7448b440911e68c1ec42907fda23a45a1a71fcef -r8e276b50e723e39c67157848cc498ca1ff2813c8
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanism.cs (.../ExportableFailureMechanism.cs) (revision 7448b440911e68c1ec42907fda23a45a1a71fcef)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanism.cs (.../ExportableFailureMechanism.cs) (revision 8e276b50e723e39c67157848cc498ca1ff2813c8)
@@ -21,7 +21,6 @@
using System;
using System.Collections.Generic;
-using System.Linq;
namespace Ringtoets.Integration.IO.Assembly
{
@@ -33,19 +32,6 @@
where TFailureMechanismAssemblyResult : ExportableFailureMechanismAssemblyResult
{
///
- /// Creates a new instance of
- /// without section assembly results.
- ///
- /// The assembly result of the failure mechanism.
- /// The code of the failure mechanism.
- /// The group of the failure mechanism.
- /// Thrown when is null.
- public ExportableFailureMechanism(TFailureMechanismAssemblyResult failureMechanismAssembly,
- ExportableFailureMechanismType code,
- ExportableFailureMechanismGroup group)
- : this(failureMechanismAssembly, Enumerable.Empty(), code, group) {}
-
- ///
/// Creates a new instance of .
///
/// The assembly result of the failure mechanism.