Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Aug 31, 2023
1 parent 975f374 commit 8c2a99d
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 8c2a99d

Please sign in to comment.