Skip to content

Commit

Permalink
chore: remove unused code (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison authored Sep 1, 2023
1 parent 253adb5 commit 23c2adb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace Riok.Mapperly.Descriptors.MappingBuilders;

public static class DictionaryMappingBuilder
{
private const string CountPropertyName = nameof(IDictionary<object, object>.Count);
private const string SetterIndexerPropertyName = "set_Item";

private const string ToImmutableDictionaryMethodName = "global::System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary";
Expand Down

0 comments on commit 23c2adb

Please sign in to comment.