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 --- .../Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs') diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs index 03f2962231d..d8f1b12fadc 100644 --- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs +++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs @@ -27,7 +27,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 using NUnit.Framework; @@ -454,4 +453,3 @@ namespace MonoTests.System.Security.Cryptography.Pkcs { } } -#endif -- cgit v1.2.3