[utils] Fix force inlining compilation error with gcc on linux
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / IConnectionPointContainer.cs
index 1493a4d57103ffc1bab5e177f953ec9cc336096e..92ab88eae5ddec582ed49c378187e2bd46b79440 100644 (file)
@@ -28,7 +28,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
@@ -42,4 +41,3 @@ namespace System.Runtime.InteropServices.ComTypes
                void FindConnectionPoint ([In] ref Guid riid, out IConnectionPoint ppCP);
        }
 }
-#endif