Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / ITypeComp.cs
index 008682b5e47cd1efb7990441040de2d28cc0850e..ad65589d6f8b7dd0004459262368a361707148e6 100644 (file)
@@ -28,7 +28,6 @@
 // Kazuki Oikawa (kazuki@panicode.com)
 //
 // (C) 2002 Ximian, Inc.
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
@@ -41,4 +40,3 @@ namespace System.Runtime.InteropServices.ComTypes
                void BindType([MarshalAs(UnmanagedType.LPWStr)] string szName, int lHashVal, out ITypeInfo ppTInfo, out ITypeComp ppTComp);
        }
 }
-#endif