* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Reflection / ObfuscationAttribute.cs
index 2da71a1d1d33c6d6f2ae317f07eba8b96414d6e2..9f941bfbcfbab69c33fa0ce1ee63c048da239d14 100644 (file)
@@ -70,16 +70,6 @@ namespace System.Reflection
                        }
                }
 
-               [Obsolete ("Use 'StripAfterObfuscation' instead.")]
-               public bool Strip {
-                       get {
-                               return strip;
-                       }
-                       set {
-                               strip = value;
-                       }
-               }
-
                public bool ApplyToMembers {
                        get {
                                return applyToMembers;