Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Reflection / MonoProperty.cs
index 901a83fb7e3855edc13414362049c4521bc3e4cb..ea8e61836dddaae8f3141bbb38727e1581ede399 100644 (file)
@@ -231,22 +231,6 @@ namespace System.Reflection {
                public override string ToString () {
                        return PropertyType.ToString () + " " + Name;
                }
-
-#if NET_2_0 || BOOTSTRAP_NET_2_0
-               [MonoTODO]
-               public override Type[] OptionalCustomModifiers {
-                       get {
-                               throw new NotImplementedException ();
-                       }
-               }
-
-               [MonoTODO]
-               public override Type[] RequiredCustomModifiers {
-                       get {
-                               throw new NotImplementedException ();
-                       }
-               }
-#endif
        }
 }