Skip to content

Commit 09116e5

Browse files
committed
Remove diagnostic suppression around VirtualStaticsInInterfaces
1 parent 2bf4b8c commit 09116e5

File tree

1 file changed

+0
-2
lines changed
  • src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices

1 file changed

+0
-2
lines changed

src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.cs

-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ public static bool IsSupported(string feature)
4949
case ByRefFields:
5050
case UnmanagedSignatureCallingConvention:
5151
case DefaultImplementationsOfInterfaces:
52-
#pragma warning disable CA2252
5352
case VirtualStaticsInInterfaces:
54-
#pragma warning restore CA2252
5553
return true;
5654
case nameof(IsDynamicCodeSupported):
5755
return IsDynamicCodeSupported;

0 commit comments

Comments
 (0)