Merge pull request #1439 from BrzVlad/feature-managed-allocator
[mono.git] / mcs / class / corlib / System / ContextStaticAttribute.cs
index b4906122acde9444d8308ccde30a342471d48058..9593d24a2df8559ff69a3b88d3a5c2f44e5f96de 100644 (file)
@@ -36,9 +36,6 @@ namespace System
        /// <summary>
        ///   The ContextStatic attribute is used to flag fields as being unique
        /// </summary>
-#if MOONLIGHT
-       [Obsolete ("Not supported by the Silverlight runtime", true)]
-#endif
        [AttributeUsage (AttributeTargets.Field, Inherited=false)]
        [Serializable]
        [ComVisible (true)]