2010-05-10 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / TripleDES.cs
index f368f7ca1ca147118a8796d1a429d063fa29976c..0bc887a15a3f825c2d09959a8c289aea98ab706b 100644 (file)
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOONLIGHT
-
 using System.Globalization;
 using System.Runtime.InteropServices;
 using System.Security.Cryptography;
@@ -134,5 +132,3 @@ public abstract class TripleDES : SymmetricAlgorithm {
 
 }
 
-#endif
-