Skip to content

Commit

Permalink
Drop unused ObjectFactoryCollection.Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Nov 17, 2023
1 parent 6f2d364 commit 25059f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ namespace Riok.Mapperly.Descriptors.ObjectFactories;

public class ObjectFactoryCollection
{
public static readonly ObjectFactoryCollection Empty = new(Array.Empty<ObjectFactory>());

private readonly IReadOnlyCollection<ObjectFactory> _objectFactories;
private readonly Dictionary<ITypeSymbol, ObjectFactory> _concreteObjectFactories = new(SymbolEqualityComparer.IncludeNullability);

Expand Down

0 comments on commit 25059f3

Please sign in to comment.