Merge pull request #2024 from BogdanovKirill/webrequesttest
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / XmlDecryptionTransform.cs
index 29b6d0970a0a70688f20f489ae3103824294899d..154061b1949adb39a9440c3b1b8277e33d52fa48 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.IO;
@@ -193,4 +192,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif