From c534f8d79f21afc5e3309782cf3c8a2275c4b439 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Fri, 29 May 2020 14:26:50 -0700 Subject: [PATCH] Remove ObsoleteAttribute and EditorBrowsableAttribute --- .../ref/System.Runtime.InteropServices.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs index 24d334cdf0f488..96e3af5a431cab 100644 --- a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs +++ b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs @@ -246,12 +246,8 @@ public ComImportAttribute() { } } public enum ComInterfaceType { - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.ObsoleteAttribute("Support for IDispatch may be unavailable in future releases.")] InterfaceIsDual = 0, InterfaceIsIUnknown = 1, - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.ObsoleteAttribute("Support for IDispatch may be unavailable in future releases.")] InterfaceIsIDispatch = 2, InterfaceIsIInspectable = 3, }