Merge pull request #1695 from gregoryyoung/master
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Pkcs / CmsRecipient.cs
index 6d69927fd9221b7283d98b2ba13151e7acc4a583..c6cf6f213b63806e66366c929db0bbbe853bd9a6 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Collections;
 using System.Security.Cryptography.X509Certificates;
@@ -73,4 +72,3 @@ namespace System.Security.Cryptography.Pkcs {
        }
 }
 
-#endif