Merge pull request #2832 from razzfazz/handle_eintr
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / SymmetricKeyWrap.cs
index bdcfc14ab823c061b126677b4f7918243cfe356f..2dddfcee0f8ae5dce3852cc34d38270c08b91b8c 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.IO;
 using System.Security.Cryptography;
@@ -365,4 +364,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif