[corlib] Fixes security tests failures
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / EncryptedXml.cs
index 0cdeb1302bd6a11ed8db1da6dbed2edc5240bc3c..6dde9199a2ad36d5c5f9d8620f7444ff22760df2 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;
@@ -506,4 +505,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif