Skip to content

Commit 528b75c

Browse files
committed
Remove unused code from ReleaseNotesSerialization.cs
1 parent b714852 commit 528b75c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Elastic.Documentation.Configuration/ReleaseNotes/ReleaseNotesSerialization.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ public static partial class ReleaseNotesSerialization
2929
.WithNamingConvention(UnderscoredNamingConvention.Instance)
3030
.Build();
3131

32-
/// <summary>
33-
/// Used for loading minimal changelog configuration (publish blocker).
34-
/// Includes LenientStringListConverter so List&lt;string&gt; fields accept both comma-separated strings and YAML lists.
35-
/// </summary>
36-
private static readonly IDeserializer IgnoreUnmatchedDeserializer =
37-
new StaticDeserializerBuilder(new YamlStaticContext())
38-
.WithNamingConvention(UnderscoredNamingConvention.Instance)
39-
.WithTypeConverter(new LenientStringListConverter())
40-
.IgnoreUnmatchedProperties()
41-
.Build();
42-
4332
private static readonly ISerializer YamlSerializer =
4433
new StaticSerializerBuilder(new YamlStaticContext())
4534
.WithNamingConvention(UnderscoredNamingConvention.Instance)

0 commit comments

Comments
 (0)