[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.ComponentModel / InitializationEventAttribute.cs
index 3bc2c09b951641b6093c3d72fb1a5bc30db6b5b4..3e4e3445b6012fb55035125624f25abe200fa3e1 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.ComponentModel
 {
        [AttributeUsage (AttributeTargets.Class)]
@@ -48,4 +46,3 @@ namespace System.ComponentModel
        }
 }
 
-#endif