From 746650d1b93114b60feb155c2ee778a9e16ccb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 26 Sep 2014 14:43:36 +0200 Subject: [bcl] Remove more NET_2_0 checks from class libs --- .../X509Certificate2UICas.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509Certificate2UICas.cs') diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509Certificate2UICas.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509Certificate2UICas.cs index 94f9eaaa2c6..192ade125cb 100644 --- a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509Certificate2UICas.cs +++ b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509Certificate2UICas.cs @@ -26,7 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 using NUnit.Framework; @@ -205,4 +204,3 @@ namespace MonoCasTests.System.Security.Cryptography.X509Certificates { } } -#endif -- cgit v1.2.3