Merge pull request #697 from linquize/atom-bug
[mono.git] / mcs / class / corlib / System.Security.Cryptography / AsymmetricKeyExchangeFormatter.cs
index e523ea802937e1da51401583f549ff36ebaada52..e07f208c821f08f7de50530c4174c1b5b0968a63 100644 (file)
@@ -30,16 +30,10 @@ using System.Runtime.InteropServices;
 \r
 namespace System.Security.Cryptography {\r
        \r
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public abstract class AsymmetricKeyExchangeFormatter {\r
 
-#if NET_2_0
                protected AsymmetricKeyExchangeFormatter ()
-#else\r
-               public AsymmetricKeyExchangeFormatter ()
-#endif
                {\r
                }\r
                \r