Kill the MOONLIGHT define in corlib.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / RIPEMD160Managed.cs
index 2383b2612138d63cade21f4ff154a8a78f0954f3..1052ee0ff307f376a264fc81cfec09602422ecde 100644 (file)
@@ -30,8 +30,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOONLIGHT
-
 using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
@@ -439,5 +437,3 @@ namespace System.Security.Cryptography {
                private const int BLOCK_SIZE_BYTES =  64;
        }
 }
-
-#endif