Merge pull request #1321 from esdrubal/currentsystemtimezone
[mono.git] / mcs / class / corlib / System.Security.Cryptography / TripleDESCryptoServiceProvider.cs
index 8a93cb90d2f2e471334a2aa8a0a2b82fd808fe53..ed8b1393304e889fb0351ce4c4bb134474f55146 100644 (file)
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOONLIGHT
-
 using System.Runtime.InteropServices;
 using Mono.Security.Cryptography;
 
@@ -146,5 +144,3 @@ namespace System.Security.Cryptography {
        }
 }
 
-#endif
-