Kill the MOONLIGHT define in corlib.
[mono.git] / mcs / class / corlib / System / Lazy.cs
index a98b7d95a6c60da53136c9d9b9ea07b6080aaf7a..5449d87ab0932ed7716bd82ae6f0d4645048364e 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOONLIGHT || MOBILE
+#if NET_4_0 || MOBILE
 
 using System;
 using System.Runtime.Serialization;