Merge pull request #1502 from madrang/SafeHandle.CloseTestDispose
[mono.git] / mcs / class / System.Design / System.ComponentModel.Design.Serialization / RootCodeDomSerializer.cs
index 55791e9af3a61e1f68d6d0d0baca9c27ed4b00f3..56fa889f43ff4ea07302517b491b9e4581f43003 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Collections;
@@ -251,4 +250,3 @@ namespace System.ComponentModel.Design.Serialization
                }
        }
 }
-#endif