Skip to content

Commit 60536ac

Browse files
committed
Removed unused private member
1 parent a0d770c commit 60536ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

YamlDotNet/ReflectionExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ public static Attribute[] GetAllCustomAttributes<TAttribute>(this PropertyInfo m
305305
return Attribute.GetCustomAttributes(member, typeof(TAttribute), inherit: true);
306306
}
307307

308-
private static readonly ConcurrentDictionary<Type, bool> TypesHaveNullContext = new();
309-
310308
public static bool AcceptsNull(this MemberInfo member)
311309
{
312310
#if NET8_0_OR_GREATER

0 commit comments

Comments
 (0)