[runtime] Updates comments.
[mono.git] / mcs / class / corlib / System.Reflection / GenericParameterAttributes.cs
index ed092d585aac0170db4b858da42796498a40c218..c67bafe3d5fca96425141a3968736d2961898448 100644 (file)
@@ -31,7 +31,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 || BOOTSTRAP_NET_2_0
 namespace System.Reflection
 {
        [Flags]
@@ -51,4 +50,3 @@ namespace System.Reflection
                ReferenceTypeConstraint | NotNullableValueTypeConstraint | DefaultConstructorConstraint
        }
 }
-#endif