Merge pull request #2034 from alexrp/ctx-cleanup
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / ConnectionInterfaceCollection.cs
index 68237341c867e737e0e6c658492a00ed14beeb35..0ddd1f85537e27ef5a68c8a303084544c25768c9 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.Collections;
 using System.Collections.Specialized;
@@ -78,4 +77,3 @@ namespace System.Web.UI.WebControls.WebParts
                }
        }
 }
-#endif