Merge pull request #1709 from atsushieno/import-codedom-core
[mono.git] / mcs / class / System / System.CodeDom / CodeTypeParameter.cs
index 380ee2ec8a07f89ec1016a63728dd9d3a93e108a..43a9cd0ae0b2108f6103364872b071cb2714f871 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System.CodeDom
@@ -88,4 +86,3 @@ namespace System.CodeDom
                }
        }
 }
-#endif