Merge pull request #347 from JamesB7/master
[mono.git] / mcs / class / System / System.ComponentModel / INestedSite.cs
index 189fae05584bcc090632e88abaf132d30f913c5e..7ce2d3e683474643b50c4102d85ce919e954e773 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.ComponentModel
@@ -40,4 +38,3 @@ namespace System.ComponentModel
        }
 }
 
-#endif