Skip to content

Commit

Permalink
Removed unused private member
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke committed Dec 23, 2024
1 parent a0d770c commit 60536ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions YamlDotNet/ReflectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ public static Attribute[] GetAllCustomAttributes<TAttribute>(this PropertyInfo m
return Attribute.GetCustomAttributes(member, typeof(TAttribute), inherit: true);
}

private static readonly ConcurrentDictionary<Type, bool> TypesHaveNullContext = new();

public static bool AcceptsNull(this MemberInfo member)
{
#if NET8_0_OR_GREATER
Expand Down

0 comments on commit 60536ac

Please sign in to comment.